Monday, April 3, 2017

TokenMismatchException when posting a form using laravel5.4

TokenMismatchException in VerifyCsrfToken.php line 68,when i try to post a form.

<form method="post" action="url('add')" >

<input type="text" name="title" />
<input type="submit" value="Add" />
</form>

Its was working fine before i added this package.



via Asim Shahzad

Advertisement