Grow your team on GitHub
GitHub is home to over 40 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
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
-
tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
-
identification-driver-console
The @tenancy identification driver for artisan commands.
-
affects-views
When @tenancy affects your Laravel views.
-
affects-mails
When @tenancy affects your Laravel mails.
-
affects-configs
When @tenancy affects your Laravel config.
-
hyn-nova
The nova toolkit for hyn/multi-tenant.
-
db-driver-sqlite
The @tenancy database driver for sqlite.
-
db-driver-mysql
@tenancy db adapter for mysql based databases.
-
hooks-database
When @tenancy lifecycle hooks trigger creation, updates and deletion of tenant databases.
-
affects-connections
When @tenancy affects your Laravel database connections.
-
identification-driver-queue
The @tenancy identification driver for queues
-
identification-driver-http
The @tenancy identification driver for http
-
identification-driver-environment
The @tenancy identification driver using environment variables.
-
hooks-migration
When @tenancy lifecycle hooks trigger migrations and seeds.
-
affects-urls
When @tenancy affects your Laravel tenant URL.
-
affects-routes
When @tenancy affects your Laravel routes.
-
affects-models
When @tenancy affects your Laravel eloquent models.
-
affects-logs
When @tenancy affects your Laravel logs.
-
affects-filesystems
When @tenancy affects your Laravel filesystem.
-
affects-cache
When @tenancy affects your Laravel cache.
-
affects-broadcasts
When @tenancy affects your Laravel broadcasts.
-
multi-tenant-bridge Archived
Provides a bridge between hyn/multi-tenant and @tenancy for those upgrading
-
restaurateur.app Archived
The production grade demonstration project for @tenancy; where building a restaurant saas app is made reality.
-
laravel-websockets-bridge
Package to bridge the beyondcode/laravel-websockets package to hyn/multi-tenant