laravel-api-generator icon indicating copy to clipboard operation
laravel-api-generator copied to clipboard

crsf issue

Open kirchaj opened this issue 9 years ago • 1 comments

I get the following error

TokenMismatchException in VerifyCsrfToken.php line 53: in VerifyCsrfToken.php line 53 at VerifyCsrfToken->handle(object(Request), object(Closure)) at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124

which is resolved when I add the line below to the fields.blade.php file for each table

kirchaj avatar Sep 04 '15 19:09 kirchaj

@kirchaj Are you getting this error with API or CRUD generator ?

mitulgolakiya avatar Sep 13 '15 05:09 mitulgolakiya