Artisan Authentication - Register, Login & Password Reset
It's time for us to talk about registering users, login in users and resetting passwords. Up until now, a very daunting task, but with Laravel, it's as simple as running php artisan make auth and everything just works. Let's working on adding authentication to our Laravel application.