tsanchev/yii2-cookieconsent
Composer 安装命令:
composer require tsanchev/yii2-cookieconsent
包简介
Yii2 asset for bower CookieConsent
README 文档
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.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-07-13