How to Upload Laravel Project from Localhost to Shared Hosting
Can anyone one help me please with Uploading a Laravel Project from Localhost to Shared Hosting?
Or it is impossible without having access to Terminal?
Zip the project folder and extract it to the root of the host.
Put the contents of the public folder into the public html / create the database part of the database, user and password and tick all to give access / upload the database from the phpmyadmin part / change the .env file according to the new username and password / index file Change the .php as well, assuming your folder is called Laravel
Thank you all.
Yesterday I had a chat with my Hosting Company, they sent me this Link:
dev.to/massimocolella/step-by-step-guide-to-publish-you-laravel-project-on-a-shared-hosting-with-parallel-plesk-4p43
So for me the solution that worked the PHP Composer Feature in the Plesk.
After FTP upload of the Laravel Project on Shared Server, I had to Delete the vendor and nod_modules folders.
Then run this feature from Plesk (PHP Composer) and it re-downloaded all the vendors.
After that all the common... Database connection etc....