Pinned Repositories
affects-routes
When @tenancy affects your Laravel routes.
affects-views
When @tenancy affects your Laravel views.
docs
@tenancy documentation markdown files and index.
framework
The framework code for @tenancy
hyn-nova
The nova toolkit for hyn/multi-tenant.
laravel-websockets-bridge
Package to bridge the beyondcode/laravel-websockets package to hyn/multi-tenant
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
multi-tenant-bridge
Provides a bridge between hyn/multi-tenant and @tenancy for those upgrading
restaurateur.app
The production grade demonstration project for @tenancy; where building a restaurant saas app is made reality.
tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
Tenancy's Repositories
tenancy/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
tenancy/tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
tenancy/docs
@tenancy documentation markdown files and index.
tenancy/framework
The framework code for @tenancy
tenancy/hyn-nova
The nova toolkit for hyn/multi-tenant.
tenancy/affects-models
When @tenancy affects your Laravel eloquent models.
tenancy/affects-routes
When @tenancy affects your Laravel routes.
tenancy/affects-views
When @tenancy affects your Laravel views.
tenancy/multi-tenant-bridge
Provides a bridge between hyn/multi-tenant and @tenancy for those upgrading
tenancy/affects-broadcasts
When @tenancy affects your Laravel broadcasts.
tenancy/affects-configs
When @tenancy affects your Laravel config.
tenancy/affects-connections
When @tenancy affects your Laravel database connections.
tenancy/affects-filesystems
When @tenancy affects your Laravel filesystem.
tenancy/affects-logs
When @tenancy affects your Laravel logs.
tenancy/affects-urls
When @tenancy affects your Laravel tenant URL.
tenancy/db-driver-mysql
@tenancy db adapter for mysql based databases.
tenancy/db-driver-pgsql
tenancy/hooks-database
When @tenancy lifecycle hooks trigger creation, updates and deletion of tenant databases.
tenancy/hooks-hostname
tenancy/hooks-migration
When @tenancy lifecycle hooks trigger migrations and seeds.
tenancy/identification-driver-console
The @tenancy identification driver for artisan commands.
tenancy/identification-driver-environment
The @tenancy identification driver using environment variables.
tenancy/identification-driver-http
The @tenancy identification driver for http
tenancy/tenancy-ci-images
tenancy/.github
tenancy/affects-cache
When @tenancy affects your Laravel cache.
tenancy/affects-mails
When @tenancy affects your Laravel mails.
tenancy/db-driver-sqlite
The @tenancy database driver for sqlite.
tenancy/identification-driver-queue
The @tenancy identification driver for queues
tenancy/testing
@tenancy testing library, used inside the framework and allows being used on implementations.