We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In L3 we'd pass the the $user->id to login(). However, L4 expects us to pass a user instance, Auth::login($user).