Well, for Laravel that is a bit harder because you always link your webroot to in the index.php file in the public directory. You're probably better off creating a new subdomain and access the application through that ;)
Jun 2, 2020
2
Level 1
Is it possible to deploy a Laravel project to a subfolder without root acess
I need to upload a Laravel project to a subfolder. On the main Website (example.com) there already is a Website (non Laravel) and i was ordered to upload a Laravel project to example.com/new. I don't have acess to the root folder so i can't rewrite the public rule, wich I shouldn't anyway because there is a main Website. Is this doable, web.php and stuff seems to work but i somehow struggle with the routing.
Please or to participate in this conversation.