Support the ongoing development of Laravel.io →
Authentication Requests
Last updated 2 years ago.
0

all routes should be inside middleware group 'web' and add <meta name="_token" content="{{ csrf_token() }}"/> in head or

<!--<input type="hidden" name="_token" value="{{ csrf_token() }}">-->

or {{ csrf_field() }} inside form

alternatively if you wants to skip make exception in VerifyCsrftoken Middleware

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.