Skip to content

PROCERGS/tos-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc51b4b · Oct 2, 2018

History

36 Commits
Oct 2, 2018
Jul 25, 2016
Sep 27, 2018
Sep 27, 2018
Sep 27, 2018
Sep 27, 2018
Sep 27, 2018
May 19, 2017
May 19, 2017
May 19, 2017
Sep 27, 2018
Jul 25, 2016
Jul 1, 2015
Jul 1, 2015
Jul 25, 2016
May 8, 2018

Repository files navigation

LoginCidadaoTOSBundle

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