hectordev15 / tenancy
Creating multi tenant saas from your Laravel app with ease
Requires
- doctrine/dbal: ^2.9
- laravel/framework: 6.*
- psr/container: ^1.0.0
Requires (Dev)
- fzaninotto/faker: ^1.7
- laravel/laravel: 6.*
- mockery/mockery: ^1.0
- phpunit/phpunit: ^8.0
- psalm/plugin-laravel: ^0.0.5
- squizlabs/php_codesniffer: ^3.3
- zendframework/zend-diactoros: ^1.0
Replaces
- tenancy/affects-broadcasts: v1.1
- tenancy/affects-cache: v1.1
- tenancy/affects-configs: v1.1
- tenancy/affects-connections: v1.1
- tenancy/affects-filesystems: v1.1
- tenancy/affects-logs: v1.1
- tenancy/affects-mails: v1.1
- tenancy/affects-models: v1.1
- tenancy/affects-routes: v1.1
- tenancy/affects-urls: v1.1
- tenancy/affects-views: v1.1
- tenancy/db-driver-mysql: v1.1
- tenancy/db-driver-sqlite: v1.1
- tenancy/framework: v1.1
- tenancy/hooks-database: v1.1
- tenancy/hooks-migration: v1.1
- tenancy/identification-driver-console: v1.1
- tenancy/identification-driver-environment: v1.1
- tenancy/identification-driver-http: v1.1
- tenancy/testing: v1.1
This package is auto-updated.
Last update: 2024-10-21 20:44:00 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.
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.