laravel 控制器中获取不到session

protected $middleware = [
              IlluminateSessionMiddlewareStartSession::class,
    ];

 在 kernel.php中 加入StartSession::class

原文地址:https://www.cnblogs.com/phpwyl/p/12745210.html