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
Requires
- bower-asset/cookieconsent: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-20 10:47:12 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.