hotash / octane-tenancy
Automatic multi-tenancy for your Laravel application.
v4.1.0
2022-07-31 14:24 UTC
Requires
- ext-json: *
- facade/ignition-contracts: ^1.0
- hotash/laravel-authable: ^2.0
- hotash/laravel-x-foreign: ^1.0
- illuminate/support: ^9.0
- ramsey/uuid: ^3.7|^4.0
- stancl/jobpipeline: ^1.0
- stancl/virtualcolumn: ^1.0
Requires (Dev)
- doctrine/dbal: ^2.10
- laravel/framework: ^9.0
- league/flysystem-aws-s3-v3: ^3.0
- orchestra/testbench: ^7.0
- spatie/valuestore: ^1.2.5
This package is auto-updated.
Last update: 2026-05-29 01:41:23 UTC
README
Tenancy for Laravel — stancl/tenancy
Automatic multi-tenancy for your Laravel app.
You won't have to change a thing in your application's code.
- ✔️ No model traits to change database connection
- ✔️ No replacing of Laravel classes (
Cache,Storage, ...) with tenancy-aware classes - ✔️ Built-in tenant identification based on hostname (including second level domains)
Documentation
Documentation can be found here: https://tenancyforlaravel.com/docs/v3/
The repository with the documentation source code can be found here: stancl/tenancy-docs.
Need help?
Credits
- Package created by Samuel Štancl
- Design help & current logo by Florian Karsten
