Maybe something like this https://github.com/tenancy/multi-tenant
Or at least you can look it over and get some ideas.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey guys,
We have already built a nice Laravel instance and plan to create 2 new instances. The goal is to build a kind of environment with one feature by instance (and by url)
Exemple : Instance 1 (we already have) : https://instance1.com (let users build a website) Instance 2 : https://instance2.com (let users handle orders and payments) Instance 3 : https://instance3.com (let users access to a backend if he payed)
We want to make it great for the users : If one user is logged to an instance, he is automatically logged on the others.
From now, we think to do like this :
Questions :
Thanks a lot
Jo
Please or to participate in this conversation.