PHP code example of pixelpoems / silverstripe-vanilla-cookieconsent

1. Go to this page and download the library: Download pixelpoems/silverstripe-vanilla-cookieconsent 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/ */

    

pixelpoems / silverstripe-vanilla-cookieconsent example snippets


Requirements::javascript('pixelpoems/silverstripe-vanilla-cookieconsent:client/dist/javascript/vanilla-cookie-consent-dialog.min.js');
yml
VanillaCookieConsent\Services\CCService:
  enable_iframe_manager: true