Laravel redirect with logout not working

前端 未结 7 1276
夕颜
夕颜 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:47

    Due to the current Laravel update there should be a "remember_token" column in the user table. This solves the problem.

提交回复
热议问题