Problem with Laravel Online application

Asked

Viewed 50 times

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?

  • Did you make this mistake in what situation? Have you tried running php artisan optimize?

  • 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

  • you have already checked the file Illuminate\Foundation\Support\Providers\AuthServiceProvider has been copied to your hosting correctly?

  • Do you have skype ? I’m new with Windows ...

  • I don’t have. Put more details about your questions that makes it easier to help

  • I updated Poser and now it is giving another error, see http://www.proclimsp.com.br/teste/public/

  • @Brunocesar you have access to online command line?

  • 1

    The error says that the file AuthServiceProvider.php does not exist. Check if your files are ok

  • 1

    @Brunocesar to with you on Skype :p

  • http://stackoverflow.com/questions/34636772/laravel-5-2-upgrade-class-authserviceprovider-not-found

  • Put read and write permission in "Storage folder"?

  • Problem solved with the Wallace tip, but now is giving the following error -> http://proclimsp.com.br/project/public/login

  • You need to configure the Laravel for the base path to be /project/public/ or change its vhost and point that domain to folder public, otherwise it will always clash with the routes...

Show 9 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.