Closed tnedich closed 10 years ago
Is it possible to manually log in users ?
Like in Laravel default Auth Provider: Auth::login($user);
Yes, all default functionality provided by Laravel is provided through this.
Auth::usertype()->login($user);
Is it possible to manually log in users ?
Like in Laravel default Auth Provider: Auth::login($user);