Auth::login($user); // Login and "remember" the given user... Auth::login($user, true);
Auth::guard('admin')->login($user);
Auth::loginUsingId(1); // Login and "remember" the given user... Auth::loginUsingId(1, true);
If (Auth::once($credentials)) { // }
Clickable & Draggable!