Upload laravel project to shared hosting issue
i have uploaded my laravel project to a shared hosting server, but i have problem to run it. First i will let you know, how i have uploaded it and than i will inform you about the errors i get.
Before i uploaded the files, i ran: "composer dump-autoload"
The laravel core files are located in the root as follows:
etc/ laravel/ app/ ... public_html/ i have created a subdomain for this project and the public folder is located inside the public_html, inside the subdomain folder:
public_html/subdomain/ public/ In the config/app.php i have changed the url to the new subdomain url. Than in the public/ folder i have changed the both paths of index.php. Next step was to upload the database and to change the settings of .env file.
When i call the website i get the following error:
ErrorException in FileViewFinder.php line 137: View [layouts.front] not found. (View: /home/bgfreela/laravel/resources/views/front/index/show.blade.php) I have double checked and the file is there. I tried to call other page of my website and there i get other error:
FatalErrorException in AuthServiceProvider.php line 41: Class 'Illuminate\Auth\AuthManager' not found What am i doing wrong ?
Please or to participate in this conversation.