dyanakiev / modified-tenancy
#modified version of stancl/tenancy use with caution.
v3.4.7
2021-05-06 15:49 UTC
Requires
- ext-json: *
- facade/ignition-contracts: ^1.0
- illuminate/support: ^6.0|^7.0|^8.0
- ramsey/uuid: ^3.7|^4.0
- stancl/jobpipeline: ^1.0
- stancl/virtualcolumn: ^1.0
Requires (Dev)
- doctrine/dbal: ^2.10
- laravel/framework: ^6.0|^7.0|^8.0
- league/flysystem-aws-s3-v3: ~1.0
- orchestra/testbench-browser-kit: ^4.0|^5.0|^6.0
- spatie/valuestore: ^1.2.5
- vlucas/phpdotenv: ^3.3|^4.0|^5.0
This package is auto-updated.
Last update: 2026-06-07 02:59:02 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
