procergs/tos-bundle
最新稳定版本:2.0.1
Composer 安装命令:
composer require procergs/tos-bundle
包简介
Terms of Service Bundle
README 文档
README
Terms of Service Bundle for login-cidadao
Installation
1. Add the dependency
Run on the terminal:
$ composer require procergs/tos-bundle
2. Enable on your AppKernel
Edit app/AppKernel.php so that registerBundles contains the following:
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new LoginCidadao\TOSBundle\LoginCidadaoTOSBundle(), ); }
3. Configuration
Finally, add this to your config.yml:
login_cidadao_tos: use_tasks: true
统计信息
- 总下载量: 6.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0
- 更新时间: 2015-07-01