Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

pcjain's avatar

Deploy Laravel Project inside another Laravel Project

I am a developer and developed a laravel project (laravel version 7.30.6) and deployed it on inside another laravel project (laravel version 5.7.29) and want to access as a subdirectory of main domain like www.example.com/subdirectory but we can't be accessible so what's the required changes will do for resolving this.

0 likes
1 reply
Sinnbeck's avatar

Upgrade the old project and merge them into one project. Or host it on a subdomain instead of a folder

Hosting one inside the folder of the other is bound to give you issues down the line and will be alot harder to secure

Please or to participate in this conversation.