mimicreative/yii2-scrollator
Composer 安装命令:
composer require mimicreative/yii2-scrollator
包简介
Scrollator Asset Bundle for Yii2
README 文档
README
Installation
The preferred way to install this extension is through composer.
Add to the require section of your composer.json file:
"mimicreative/yii2-scrollator": "*"
And run in terminal
composer update
Usage
Use as the asset bundle in Yii2 View files.
// write this in your view file or layout
\mimicreative\assets\ScrollatorAsset::register($this);
Or maybe you prefer to include it in your asset dependency.
public $depends = [
// ...
'mimicreative\assets\ScrollatorAsset',
// ...
];
Credit
Scrollator project and documentation can be found here here.
统计信息
- 总下载量: 126
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-10