When I try to login show me token error. I have checked token in view form it\'s right and when comment \\App\\Http\\Middleware\\VerifyCsrfToken::class, in the
\\App\\Http\\Middleware\\VerifyCsrfToken::class
I have same problem while using this code
by changing it to {!! csrf_field() !!} solve my problem
{!! csrf_field() !!}
i'm on L5.1