yii2-extensions/asset-bootstrap5
最新稳定版本:0.1.1
Composer 安装命令:
composer require yii2-extensions/asset-bootstrap5
包简介
Asset for Bootstrap5 for Yii Framework
关键字:
README 文档
README
Asset bundle for Twitter Bootstrap 5.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yii2-extensions/asset-bootstrap5:"^0.1"
or add
"yii2-extensions/asset-bootstrap5":"^0.1"
to the require section of your composer.json file.
Basic usage
<?php declare(strict_types=1); use Yii2\Asset\BootstrapAsset; BootstrapAsset::register($this);
<?php declare(strict_types=1); use Yii2\Asset\BootstrapPluginAsset; BootstrapPluginAsset::register($this);
CDN usage
<?php declare(strict_types=1); use Yii2\Asset\BootstrapCdnAsset; BootstrapCdnAsset::register($this);
<?php declare(strict_types=1); use Yii2\Asset\BootstrapPluginCdnAsset; BootstrapPluginCdnAsset::register($this);
Testing
Check the documentation testing to learn about testing.
Quality code
Support versions Yii2
Our social networks
License
The MIT License. Please see License File for more information.
统计信息
- 总下载量: 4.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2023-11-17