The unobtrusive Laravel package makes your app multi-tenant. Serving multiple websites, each with one or more hostnames from the same codebase. But with a clear separation of assets, database, and the ability to override logic per tenant. Suitable for marketing companies that like to re-use functionality for different clients or start-ups building the next software as a service.
Features
- Event driven, extensible architecture
- Integration with the awesome Laravel framework
- Integration into the web server
- The ability to add tenant specific configs, code, routes etc.
- Requires Laravel 9.0+
- Requires Apache or Nginx
- Documentation available
