write this on your form
<form method="POST" action="/"> {{ csrf_field() }} ... </form> >~~~
where do I put this code, wherever paste this code occurs to me the same problem
Just put anywhere between the form tag, it should work with latest laravel version, if you are using 5.2, try to add hidden input field to your form as <input type="hidden" name="_token" value="{{ csrf_token() }}">
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community