vendor-patch / tenancy
Creating multi tenant saas from your Laravel app with ease
Fund package maintenance!
Opencollective
tenancy
Requires (Dev)
- doctrine/dbal: *
- fakerphp/faker: ^1.9
- laravel/framework: *
- laravel/laravel: *
- mockery/mockery: ^1.5.0
- phpunit/phpunit: ^9.0 | ^10.0
Provides
Replaces
- tenancy/affects-broadcasts: 2.x-dev
- tenancy/affects-cache: 2.x-dev
- tenancy/affects-configs: 2.x-dev
- tenancy/affects-connections: 2.x-dev
- tenancy/affects-filesystems: 2.x-dev
- tenancy/affects-logs: 2.x-dev
- tenancy/affects-mails: 2.x-dev
- tenancy/affects-models: 2.x-dev
- tenancy/affects-routes: 2.x-dev
- tenancy/affects-urls: 2.x-dev
- tenancy/affects-views: 2.x-dev
- tenancy/db-driver-mysql: 2.x-dev
- tenancy/db-driver-sqlite: 2.x-dev
- tenancy/framework: 2.x-dev
- tenancy/hooks-database: 2.x-dev
- tenancy/hooks-migration: 2.x-dev
- tenancy/identification-driver-console: 2.x-dev
- tenancy/identification-driver-environment: 2.x-dev
- tenancy/identification-driver-http: 2.x-dev
- tenancy/identification-driver-queue: 2.x-dev
- tenancy/testing: 2.x-dev
This package is auto-updated.
Last update: 2024-10-31 00:25:57 UTC
README
Enabling awesome Software as a Service with the Laravel framework.
This is the successor of hyn/multi-tenant.
Feel free to show support by starring the project following progress via twitter and backing its development over at OpenCollective or GitHub Sponsors.
Before you start, we highly recommend you to read the extensive online documentation.
Installation
To give this package a spin, install all components at once:
$ composer require tenancy/tenancy
Otherwise make sure to selectively install the components you need and at least the framework:
$ composer require tenancy/framework
After that you'll need to decide on and configure:
Contributions
This repository is used for developing all tenancy packages.
Contributors need to use this repository for implementing code. All other repositories are READ-ONLY and overwritten on each subsplit push.
Please read our Governance documentation in case you'd like to get involved.
Local Testing
Testing the ecosystem locally is possible when:
- You have Docker (and docker-compose) installed
- You have Bash installed
When you have those requirements, you can simply run ./test
in order to run the test in Docker containers. By default they will run the most recent versions of all our dependencies