in Kernel.php
protected $middlewareGroups = [
'web' => [
// Other middleware...
\App\Http\Middleware\VerifyCsrfToken::class,
],
];
<form action="{{ route('login')}}" method="post">
@csrf
</form>
submit the form this way, still getting 419 error that is equivalent to csrf token missing.
this problem happening sometimes.
Does the following link help resolve the issue for you ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community