loyaltycorp / multitenancy
This package is abandoned and no longer maintained.
The author suggests using the eonx-com/multitenancy package instead.
Library for handling multiple tenants within a single code base
v1.0.0-RC7
2019-11-04 04:03 UTC
Requires
- php: >=7.3
- ext-json: *
- doctrine/orm: ^2.6.3
- eoneopay/apiformats: dev-master
- eoneopay/externals: ^1.0@rc
- eoneopay/framework: ^0.1
- eoneopay/utils: ^0.2.8
- eoneopay/webhooks: ^0.20
- loyaltycorp/flowconfig-wrapper: ^1.0
- loyaltycorp/requesthandlers: ^1.1
- symfony/validator: ^4.3
Requires (Dev)
- eoneopay/standards: dev-master
- friendsofphp/php-cs-fixer: ^2.9
- indigophp/doctrine-annotation-autoload: ^0.1.0
- laravel/lumen-framework: ^5.8
- loyaltycorp/search: ^2.0
- phpmd/phpmd: ^2.6
- phpstan/phpstan: ^0.11
- phpstan/phpstan-phpunit: ^0.11
- phpstan/phpstan-strict-rules: ^0.11
- phpunit/phpunit: ^8.0
- roave/security-advisories: dev-master
- sebastian/phpcpd: ^4.0
- squizlabs/php_codesniffer: 3.*
Suggests
- loyaltycorp/search: Required when using search
- dev-master
- v1.0.0-RC7
- v1.0.0-RC6
- v1.0.0-RC5
- v1.0.0-RC4
- v1.0.0-RC3
- v1.0.0-RC2
- v1.0.0-RC1
- v1.0.0-beta6
- v1.0.0-beta5
- v1.0.0-beta4
- v1.0.0-beta3
- v1.0.0-beta2
- v1.0.0-beta1
- dev-development
- dev-feature/PYMT-1429-create-provider-find-provider-gracefully
- dev-feature/PYMT-1429-create-provider-flush
- dev-feature/PYMT-1307-provider-aware-search
- dev-feature/PYMT-980-provider-middleware
This package is auto-updated.
Last update: 2019-11-13 02:13:31 UTC
README
#Multi Tenancy
##Flow Config
Introduction
Flow Config is a key value configuration platform built on top of doctrine. It provides an PHP API for setting configuration at the platform that can be set by an install, and then set for a user, provider, or other entity. Defaults are set in a single location, rather than scattering them through the code.
Multitenancy depends on the FlowConfig package.
Installation
- Register
LoyaltyCorp\FlowConfig\Bridge\Laravel\Providers\FlowConfigServiceProvider
in yourbootstrap/app.php