An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        





Asset bundle for Twitter Bootstrap 5.





php-version


PHPUnit


PHPUnit


Codecov


Infection

## 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