stancl / tenancy
Automatic multi-tenancy for your Laravel application.
Fund package maintenance!
stancl
tenancyforlaravel.com/donate
Installs: 3 087 080
Dependents: 26
Suggesters: 0
Security: 0
Stars: 3 639
Watchers: 77
Forks: 429
Open Issues: 11
Requires
- php: ^8.0
- ext-json: *
- facade/ignition-contracts: ^1.0.2
- illuminate/support: ^9.0|^10.0|^11.0
- ramsey/uuid: ^4.7.3
- stancl/jobpipeline: ^1.6.2
- stancl/virtualcolumn: ^1.3.1
Requires (Dev)
- doctrine/dbal: ^3.6.0
- laravel/framework: ^9.0|^10.0|^11.0
- league/flysystem-aws-s3-v3: ^3.12.2
- orchestra/testbench: ^7.0|^8.0|^9.0
- spatie/valuestore: ^1.3.2
- 3.x-dev
- v3.8.5
- v3.8.4
- v3.8.3
- v3.8.2
- v3.8.1
- v3.8.0
- v3.7.4
- v3.7.3
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.1
- v3.6.0
- v3.5.9
- v3.5.8
- v3.5.7
- v3.5.6
- v3.5.5
- v3.5.4
- v3.5.3
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.6
- v3.4.5
- v3.4.4
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.0
- v3.0.0-rc1
- 2.x-dev
- v2.3.12
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v2.0.0-rc2
- v2.0.0-rc1
- 1.x-dev
- v1.8.0
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-master
- dev-doctum
- dev-merge-3.x
This package is auto-updated.
Last update: 2024-11-02 22:09:30 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