13/03
2018
dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Mikkel Ricky
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)
MIT