The client wants users to be able to login using their email addresses and password, so I can use th...
I could either encrypt it or hash, it doesn't matter, I'm still not sure on the procedure to then lo...
Hi lagbox, Yes, I have tried: $attempt = Auth::attempt([ 'email' => Hash::make(Input::get('email...
The Laravel portal for problem solving, knowledge sharing and community building.
The community