\Illuminate\Session\Middleware\StartSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
将上面的两句在protected $middlewareGroups里移动到protected $middleware里
必须在protected $middlewareGroups里删掉
\Illuminate\Session\Middleware\StartSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
将上面的两句在protected $middlewareGroups里移动到protected $middleware里
必须在protected $middlewareGroups里删掉