I am working with Laravel 5 for the first time. I have worked with 4 earlier. Laravel ships with a AuthenticatesAndRegisterUsers.php file which handles most of the stuff and mak
You can just override those methods in the AuthController (or whatever controller that uses the trait). Simply copy both functions over and you're good to go.