procergs/tos-bundle

Terms of Service Bundle

Installs: 5 998

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 1

Open Issues: 0

Type:symfony-bundle

2.0.1 2018-10-02 12:51 UTC

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