I have this situation, I changed in auth.php the 'username' from username to emailso I have
'username' => 'email'
I don't have any username column anymore, but when trying to login, eloquent yell about undefined index : username :
.../laravel/auth/drivers/eloquent.php on line 39
- The method : http://paste.laravel.com/hWz
- The view : http://paste.laravel.com/hWA
Thanks for your help