TokenMismatchException in VerifyCsrfToken.php line 53 in Laravel 5.1

前端 未结 13 1240
独厮守ぢ
独厮守ぢ 2020-12-11 16:47

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

13条回答
  •  执笔经年
    2020-12-11 17:12

    Remove App\Http\Middleware\VerifyCsrfToken::class from $middleware in Kernel.php.

提交回复
热议问题