标签: php laravel-5.3
我在laravel 5.3(之前使用的laravel 5.2)中开始了一个新项目。所以现在在constructor Controller.php当我运行这一行时(我在5.2中做了很多次),我得到了错误:
constructor
Controller.php
$this->SESS = \Request::session()->all(); //output = Session store not set on request
有人能告诉我什么错了吗?
非常感谢。