Tenancy's repositories
multi-tenant
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
affects-models
When @tenancy affects your Laravel eloquent models.
affects-routes
When @tenancy affects your Laravel routes.
affects-views
When @tenancy affects your Laravel views.
multi-tenant-bridge
Provides a bridge between hyn/multi-tenant and @tenancy for those upgrading
affects-broadcasts
When @tenancy affects your Laravel broadcasts.
affects-configs
When @tenancy affects your Laravel config.
affects-connections
When @tenancy affects your Laravel database connections.
affects-filesystems
When @tenancy affects your Laravel filesystem.
affects-logs
When @tenancy affects your Laravel logs.
affects-urls
When @tenancy affects your Laravel tenant URL.
db-driver-mysql
@tenancy db adapter for mysql based databases.
hooks-database
When @tenancy lifecycle hooks trigger creation, updates and deletion of tenant databases.
hooks-migration
When @tenancy lifecycle hooks trigger migrations and seeds.
identification-driver-console
The @tenancy identification driver for artisan commands.
identification-driver-environment
The @tenancy identification driver using environment variables.
identification-driver-http
The @tenancy identification driver for http
affects-cache
When @tenancy affects your Laravel cache.
affects-mails
When @tenancy affects your Laravel mails.
db-driver-sqlite
The @tenancy database driver for sqlite.
identification-driver-queue
The @tenancy identification driver for queues