Level 80
@successdav You’re describing multi-tenancy. There are already packages out there can handle this based on domain name or sub-domain. Search “laravel multitenancy” here or in a search engine.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am working on an LMS solution. So I am wondering how to make it such that my application can serve different schools. e.g. The application will be available on myschoolmanager.com, and then
Each school will have the ability to
I just need to understand how the application serves Mr. A and Mr. B simultaneously.
@successdav You’re describing multi-tenancy. There are already packages out there can handle this based on domain name or sub-domain. Search “laravel multitenancy” here or in a search engine.
Please or to participate in this conversation.