I don't quite get it. U say your apps are unrelated but share resources like Css bootstrap.
If this is two projects, where's the common folder placed? c:\wamp64\www\blog c:\wamp64\www\myotherapp
Sorry, I mean that I have a theme.css file that styles headers/footers that is in its own assets directory off www/html. So I currently have a directory off my webroot for each project, for example one project may be a booking form for an event, another project may be some kind of data manipulation tool with a web front end.
All I'm really trying to find out is it it is good practice/recommended to have multiple laravel apps running from my webroot, something like: /var/www/laravelapp1 /var/www/laravelapp2 /var/www/laravelapp3 /var/www/laravelapp4
Thanks.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community