Added:
- DB storage driver - you don't have to use Redis to store tenants anymore. Relational databases are now supported as well. more info
tenancy:install
will do everything except DB/Redis connection creation for you. It will make changes to Http/Kernel.php, createroutes/tenant.php
, publish config, and (optionally) publish the migration. more infotenants:run
more info- New documentation: https://stancl-tenancy.netlify.com
- Custom tenant DB names more info
- stancl/tenancy events more info