Have an issue with the /request
Hello, great tutorial! Just have an issue with the /request for a new password. It seems to just error out the page when I click reset. I have everything setup exactly how you set up and I keep getting this, except for the database connection, but same tables and code.

I should say, it did add the item to the database, but just won't reload the page correctly. I put in /reset/{token} from the database and it does come up with the reset form, but it doesn't change the password if I fill in the forms.
Jon, first of all turn on debug mode for output the real problem. You may change this line on your config/mail.php 'from' => array('address' => null, 'name' => null), providing address will let the email sent.
Please turn on debugging, else you cannot possibly be helped.