denostr/yii2-bootstrap-social
Composer 安装命令:
composer require denostr/yii2-bootstrap-social
包简介
Asset Bundle for Yii2 with bootstrap-social https://lipis.github.io/bootstrap-social/
README 文档
README
This extension provides a assets bundle with Bootstrap Social for Yii2 applications.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
composer require "denostr/yii2-bootstrap-social:~1.0"
or add
"denostr/yii2-bootstrap-social": "~1.0"
to the require section of your composer.json file.
Usage
As dependency in your main application asset bundle
class AppAsset extends AssetBundle { // ... public $depends = [ // ... 'denostr\BootstrapSocial\BootstrapSocialAsset' ]; }
统计信息
- 总下载量: 614
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-23