Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 470 Bytes

installation.md

File metadata and controls

19 lines (16 loc) · 470 Bytes

Installation

  1. Install the FHCookieGuardBundle and it's dependencies:

    composer require freshheads/cookie-guard-bundle
  2. Add the bundle and its dependencies (if not already present) to AppKernel.php:

    // in AppKernel::registerBundles()
    $bundles = [
        // ...
        new FH\Bundle\CookieGuardBundle\FHCookieGuardBundle(),
        // ...
    ];

Now the bundle is ready to be configured!