Skip to content

tsanchev/yii2-cookieconsent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages