Hi
I am also working no a multi-tenacy app in laravel. And I was wondering the same things.
The sites should be controlled by 1 code base (a cms). But each side should have its own public folder , assets , javascript files , templates ..
How did you make laravel recognize the source files ?
Really curious how are you going server sites? Create a vhost for each site?
I know that config files are great, but in true saas writing to file system is really bad idea. Scaling horizontally will such a huge pain in the neck. Move data into DB or some remote storage.
Just my 2 cents.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community