php - Laravel cannot load the specific User model -
I have just uploaded a Laravel 4.1 application for Bluehost, and since I can not login into my app, It tells me that my user class is not present.
I am using PSR-4 to load my specific directory / name space and in it I have created my own user class under Model Dyer.
I have also changed the auth.config file that points to the user model in a specific model.
I have checked the composer autoload_classmap that loads the original app / model / user class. I do not know it is wrong because it is similar in my local dev environment.
Here's the funny thing that only the user model does not work, others declared in the same namespace are working as expected.
It seems Laravel is not considered auth.config file.
Can someone give hands with this?
Comments
Post a Comment