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
This solution worked for me:
Add {{ csrf_field() }} anywhere in the form.
{{ csrf_field() }}