tsanchev/yii2-cookieconsent

Yii2 asset for bower CookieConsent

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2019-07-13 09:54 UTC

This package is not auto-updated.

Last update: 2024-04-29 07:07:44 UTC


README

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.