Terms of Service Bundle for login-cidadao
Run on the terminal:
$ composer require procergs/tos-bundleEdit app/AppKernel.php so that registerBundles contains the following:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new LoginCidadao\TOSBundle\LoginCidadaoTOSBundle(),
);
}Finally, add this to your config.yml:
login_cidadao_tos:
use_tasks: true