stancl / tenancy
Automatic multi-tenancy for your Laravel application.
v3.10.0
2026-03-18 18:16 UTC
Requires
- php: ^8.0
- ext-json: *
- facade/ignition-contracts: ^1.0.2
- illuminate/support: ^10.0|^11.0|^12.0|^13.0
- ramsey/uuid: ^4.7.3
- stancl/jobpipeline: ^1.8.0
- stancl/virtualcolumn: ^1.5.0
Requires (Dev)
- doctrine/dbal: ^3.6.0
- laravel/framework: ^10.0|^11.0|^12.0|^13.0
- league/flysystem-aws-s3-v3: ^3.12.2
- orchestra/testbench: ^8.0|^9.0|^10.0|^11.0
- spatie/valuestore: ^1.3.2
This package is auto-updated.
Last update: 2026-06-13 07:26:47 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://v4.tenancyforlaravel.com
Need help?
Credits
- Package created by Samuel Štancl
- Design help & current logo by Florian Karsten
