laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.43k stars 10.99k forks source link

[issue] Manual login failed on laravel 5.3 #17659

Closed gbenga504 closed 7 years ago

gbenga504 commented 7 years ago

Description:

I am having problems manually login admins after registering them.. First i get a \APP\Admin not found in the eloquentprovider.php file which i resolved by editing the laravel code and i also get an error in the same file which fails probably because Query() is not attached to the model.... Is there a bug with multi auth in laravel 5.3

Steps To Reproduce:

laurencei commented 7 years ago

Are you sure it is \APP\Admin and not \App\Admin. Sounds like you might have your config file incorrectly set somewhere.

This sounds like an issue for the forums though - not for here.