Generally that is a bad idea. Have one app for all of your customers. Is there a specific reason why would you go with one instance per client?
Oct 21, 2021
4
Level 3
Multiple Instances of Laravel on one server/sub domains for separate installs
I have 1 server and I will have multiple instances of the same application each with a unique database. I.e. each of my clients will have their own install. So let's say customer1.app.com, customer2.app.com, etc...
Thoughts on how to handle this with AWS? Or a better host?
I reviewed and commented here but lifting up here since that other post was closed. https://laracasts.com/discuss/channels/laravel/laravel-8-how-to-show-a-subdomain-as-a-subdirectory?page=1&replyId=742692
Level 3
This solved my problem https://www.youtube.com/watch?v=iIDnoAkXMlE
Please or to participate in this conversation.