Support the ongoing development of Laravel.io →
Authentication

Hello, I have an error when I'm singing out. The process works properly, but this error...(?) I have never seen this before.

Error

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 !');
}
Last updated 3 years ago.
0

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.

Last updated 3 years ago.
0

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.

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

jacko1998 jacko1998 Joined 2 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.