webtoucher/yii2-js-cookie
最新稳定版本:1.0.0
Composer 安装命令:
composer require webtoucher/yii2-js-cookie
包简介
Asset Bundle for Yii2 with JavaScript Cookie.
关键字:
README 文档
README
This extension provides an assets bundle with JavaScript Cookie for Yii framework 2.0 applications.
Installation
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require webtoucher/yii2-js-cookie "*"
or add
"webtoucher/yii2-js-cookie": "*"
to the require section of your composer.json file.
Usage
In view
webtoucher\cookie\AssetBundle::register($this);
or as dependency in your main application asset bundle
class AppAsset extends AssetBundle { // ... public $depends = [ // ... '\webtoucher\cookie\AssetBundle' ]; }
Then you can use Cookies in your scripts. Please read project documentation for more information.
统计信息
- 总下载量: 76.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-03-14