tsanchev/yii2-cookieconsent

Yii2 asset for bower CookieConsent


Keywords
asset, extension, yii2, cookieconsent
License
BSD-3-Clause

Documentation

yii2-cookieconsent

Yii2 CookieConsent Asset

Installation

The preferred way to install this yii2-extension is through composer.

Either run

composer require "tsanchev/yii2-cookieconsent"

or add

"tsanchev/yii2-cookieconsent": "*"

to the require section of your composer.json.

Add the asset in AppAsset as dependancy

class AppAsset extends AssetBundle
{
    //...
    public $depends = [
        //...
        'tsanchev\cookieconsent\CookieConsentAsset',
    ];
}

License

This project is released under the terms of the BSD-3-Clause license. Read more here.