Hello, I have an error when I'm singing out. The process works properly, but this error...(?) I have never seen this before.
That's the method, which I'm using for it.
public function getLogout() {
Auth::logout();
return Redirect::route('getIndex')->with('globalSuccess', 'You have been successfully logged out !');
}
You have to create a remember_token field (varchar(100) NULL) on your users table. This is used by Eloquent if you have a "remember me" option when logging in.
Oh, thanks. Some time has passed since I've made it last time. BTW do you know the solution for fix this problem with this outputted code? I've this issue in Chrome and Opera.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community