TokenMismatchException means you haven't given the correct CSRF protection token. You'll have to either send a value _token or set a special header for CSRF protection.
You get the value from the function csrf_token().
Read more about it in the docs. http://laravel.com/docs/master/routing#csrf-protection
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community