http://laravel.com/docs/5.1/authentication#authenticating-users
if (Auth::attempt(['email' => $email, 'password' => $password, 'deleted_at' => null])) {
// The user is not soft deleted.
}
thanks.. i am using laravel 4.1 (old project).. will look at Auth::attempt
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community