fluxter/saas-provider-bundle
最新稳定版本:2.0.0-BETA5
Composer 安装命令:
composer require fluxter/saas-provider-bundle
包简介
The SaaS Provider Bundle for easy SaaS provisioning
README 文档
README
The corresponding provider bundle for the Fluxter SaaS Consumer bundle
How to install
composer require fluxter/saas-provider-bundle
How to implement
- Create a client entity, that implements the TenantInterface
- Create a Client Parameter entity, that implements SaasClientParameterInterface
- Configure the bundle
# config/packages/saas_provider.yaml saas_provider: client_entity: App\Entity\User global_url: app.yourdomain.tld
- Configure your firewall to the correct voter mode
# config/packages/security.yaml security: access_decision_manager: strategy: unanimous allow_if_all_abstain: false
统计信息
- 总下载量: 3.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-12