PHP code example of ezsystems / privacy-cookie-bundle
1. Go to this page and download the library: Download ezsystems/privacy-cookie-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ezsystems / privacy-cookie-bundle example snippets
$bundles = array(
// existing bundles
new EzSystems\PrivacyCookieBundle\EzSystemsPrivacyCookieBundle(),
);
bash
php app/console assets:install --symlink
bash
php bin/console assets:install --symlink
bash
php app/console assetic:dump -e=prod
bash
php bin/console assetic:dump -e=prod