-
Hi, first off all, congrats for the awesome App. I would like to use it with my IT team in my University. But our server provides a subfolder to install it. In my tests, I couldn't run the project on a URL with subfolder, like https://test.localhost/password/ If I create a subdomain, like https://passwords.test.localhost it works perfectly, but I can't do it on my production server. On the .env file I put the right address, with the subfolder, on the APP_URL, but it seems like the system is ignoring that config. There ir some trick to make it work in this scenario? tks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Laravel by default does not support subfolder installation, but you can try this post https://learnwithdaniel.com/2021/03/run-laravel-project-in-subfolder-apache/ |
Beta Was this translation helpful? Give feedback.
Laravel by default does not support subfolder installation, but you can try this post https://learnwithdaniel.com/2021/03/run-laravel-project-in-subfolder-apache/