Skip to content

yii2-extensions/asset-bootstrap5

Folders and files

NameName
Last commit message
Last commit date
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Jan 23, 2024
Jan 23, 2024
Jan 21, 2024
Jan 23, 2024
Nov 17, 2023
Jan 23, 2024
Jan 23, 2024
Nov 16, 2023
Nov 16, 2023
Nov 23, 2023
Jan 21, 2024
Nov 18, 2023

Repository files navigation

Asset bundle for Twitter Bootstrap 5.


php-version PHPUnit PHPUnit Codecov Infection

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

static-analysis phpstan-level style-ci

Support versions Yii2

Yii20 Yii22

Our social networks

Twitter

License

The MIT License. Please see License File for more information.

Packages

No packages published

Contributors 2

Languages