procergs / tos-bundle
Terms of Service Bundle
Installs: 6 018
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- cebe/markdown: ^1.1
- doctrine/doctrine-bundle: >=1.2
- doctrine/orm: ^2.2|^2.5
- friendsofsymfony/user-bundle: >=1.3
- symfony/symfony: >=2.3.0|^3
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