eonx-com / multitenancy
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library for handling multiple tenants within a single code base
v1.1.0
2020-01-28 20:54 UTC
Requires
- php: >=7.3
- ext-json: *
- doctrine/orm: ^2.6.3
- eonx-com/apiformats: ^1.0
- eonx-com/externals: ^1.0|^2.0
- eonx-com/flowconfig-wrapper: ^1.0.5
- eonx-com/framework: ^0.2
- eonx-com/requesthandlers: ^1.4
- eonx-com/utils: ^1.0
- eonx-com/webhooks: ^0.20
- symfony/validator: ^4.3
Requires (Dev)
- eonx-com/search: ^2.0
- eonx-com/standards: ^0.2
- friendsofphp/php-cs-fixer: ^2.9
- indigophp/doctrine-annotation-autoload: ^0.1.0
- laravel/lumen-framework: ^6.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
Replaces
- dev-master
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 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-dependabot/composer/illuminate/database-6.20.13
- dev-dependabot/composer/symfony/http-kernel-4.4.13
- dev-dependabot/composer/symfony/http-foundation-4.4.7
- dev-feature/github-actions
- dev-whitesource/configure
This package is auto-updated.
Last update: 2021-12-09 02:56:12 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