You need to add a CSRF token to your form. If using blade, simply adding {{ csrf_field() }} inside your form should take care of it. More here: http://laravel.com/docs/5.1/routing#csrf-protection
Nov 24, 2015
5
Level 28
Stripe Subscription Error TokenMismatchException
I am using stripe to to test subscription model. But after posting, im getting the following error.
TokenMismatchException in VerifyCsrfToken.php line 53:
Please or to participate in this conversation.