https://github.com/yii2-extensions/asset-bootstrap5
Asset for Twitter Bootstrap5.
https://github.com/yii2-extensions/asset-bootstrap5
assets bootstrap5 yii2 yii2-extensions
Last synced: about 2 months ago
JSON representation
Asset for Twitter Bootstrap5.
- Host: GitHub
- URL: https://github.com/yii2-extensions/asset-bootstrap5
- Owner: yii2-extensions
- License: mit
- Created: 2023-11-16T16:08:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:17:35.000Z (over 1 year ago)
- Last Synced: 2024-04-25T12:44:05.269Z (about 1 year ago)
- Topics: assets, bootstrap5, yii2, yii2-extensions
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Asset bundle for Twitter Bootstrap 5.
## Installation
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
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