RuntimeException in Request.php line 905: Session store not set on request.
通过 $request->session()->get('session-key')
然后报错,
RuntimeException in Request.php line 905: Session store not set on request.
怪不得我插件TM的用不了…
因为路由没有走 web
中间件
只需把你的路由包在
Route::group(['middleware' => ['web']], function () {
//这里是你的路由
})
然后就可以了!
本站(PHP --> Golang)已重构,代码开源
当你能力不能满足你的野心的时候,你就该沉下心来学习