I tried many strategies to deploy two Laravel apps in shared hosting. What I have done so far is
created a folder inside public_html folder (vocalpublic) and put all the Laravel public folder files in there.
All the other Laravel project files except public folder have placed outside the public_html folder (example.co.uk)
- I have many addon domains, and in this case, I created one (example.co.uk) which was created a folder outside the public_hml folder, and that's where I drop laravel files.
Final result: