yourfrog/symfony-bundle-rodo

There is no license information available for the latest version (dev-master) of this package.

Bundle for add rodo elements

dev-master 2020-08-18 23:56 UTC

This package is auto-updated.

Last update: 2024-03-19 08:09:07 UTC


README

Status

  • Form type [complete]
  • popup [futures]

Step 1: Use composer and enable Bundle

composer require yourfrog/symfony-bundle_rodo

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

<?php

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new YourFrog\Symfony\Bundle\RodoBundle\RodoBundle(),
    // ...
);