Laravel redirect with logout not working

前端 未结 7 1279
夕颜
夕颜 2021-01-30 09:41

I am Using laravel 4 framework\'s. When I used redirect after the Auth::logout(), the redirection was not working. I used View::make() too, but same \"Whoops, looks like somethi

7条回答
  •  无人共我
    2021-01-30 09:59

    for your problem ,you may pass null value or you may off your remember_token value in your model php file as

    public $remember_token=false;
    

提交回复
热议问题