Skip to content

Commit 36f433f

Browse files
committed
updated
1 parent a5d3cb2 commit 36f433f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ Create two functions in controller:
292292

293293
Create your form in index.blade.php:
294294
``` html
295+
{{--if laravel version <=5.6, please use {{ csrf_field() }}--}}
296+
295297
<form method="POST" action="/verify">
296298
@csrf
297299
<div id="contact_us_id"></div>

0 commit comments

Comments
 (0)