2017 © Pedro Peláez
 

symfony-bundle gdpr-bundle

image

itk-dev/gdpr-bundle

  • Tuesday, March 13, 2018
  • by rimi-itk
  • Repository
  • 5 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

GDPR Bundle

Installation

composer require itk-dev/gdpr-bundle dev-master

Enable the bundle in app/AppKernel.php:, (*1)

public function registerBundles() {
    $bundles = [
        // …
        new ItkDev\GDPRBundle\ItkDevGDPRBundle(),
    ];
    // …
}

Add routes in `app/config/routing.yml', say:, (*2)

gdpr_bundle:
    resource: '@ItkDevGDPRBundle/Resources/config/routing.xml'
    prefix: /gdpr

Check default bundle configuration, (*3)

bin/console config:dump-reference ItkDevGDPRBundle

If the default configuration does not match your setup it can be modified in app/config/config.yml., (*4)

The Versions

13/03 2018