2
Guys, I upped my app Laravel Online and gave the following error:
Fatalerrorexception in Authserviceprovider.php line 9: Class 'Illuminate Foundation Support Providers Authserviceprovider' not found
Can someone give me a light ? I’m new to the framework !!
How you raised the application?
– Amanda Lima
Did you make this mistake in what situation? Have you tried running
php artisan optimize
?– Amanda Lima
I created a directory at the root of the hosting and uploaded the files. To access the link I typed www.dominio.com.br/test/public
– Bruno Cesar
you have already checked the file
Illuminate\Foundation\Support\Providers\AuthServiceProvider
has been copied to your hosting correctly?– Amanda Lima
Do you have skype ? I’m new with Windows ...
– Bruno Cesar
I don’t have. Put more details about your questions that makes it easier to help
– Amanda Lima
I updated Poser and now it is giving another error, see http://www.proclimsp.com.br/teste/public/
– Bruno Cesar
@Brunocesar you have access to online command line?
– Wallace Maxters
The error says that the file
AuthServiceProvider.php
does not exist. Check if your files are ok– Amanda Lima
@Brunocesar to with you on Skype :p
– Wallace Maxters
http://stackoverflow.com/questions/34636772/laravel-5-2-upgrade-class-authserviceprovider-not-found
– Daniel Omine
Put read and write permission in "Storage folder"?
– Hugo Leonardo
Problem solved with the Wallace tip, but now is giving the following error -> http://proclimsp.com.br/project/public/login
– Bruno Cesar
You need to configure the Laravel for the base path to be
/project/public/
or change itsvhost
and point that domain to folderpublic
, otherwise it will always clash with the routes...– Kenny Rafael