Download the PHP package yiisoft/bootstrap5 without Composer
On this page you can find all versions of the php package yiisoft/bootstrap5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yiisoft/bootstrap5
More information about yiisoft/bootstrap5
Files in yiisoft/bootstrap5
Package bootstrap5
Short Description Yii Framework Twitter Bootstrap 5 Extension
License BSD-3-Clause
Informations about the package bootstrap5
Yii Framework Twitter Bootstrap 5 Extension
This Yii Framework extension encapsulates Twitter Bootstrap 5 components and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins in Yii applications extremely easy.
For example, to use the Bootstrap 5 Carousel component, you can do the following:
Requirements
- PHP 8.1 - 8.5.
Installation
The package could be installed with Composer:
Install assets
There are several ways to install the assets, they are:
-
Using the AssetPackagist package manager.
Add to composer.json the following:
Once the changes are made, you can install the assets using the following command:
-
Using the npm-asset package manager.
Run the following command at the root directory of your application.
Using the yiisoft/assets package
To use the asset classes in the src/Assets directory (such as BootstrapAsset and BootstrapCdnAsset), you need to
install additional packages:
Documentation
- Twitter Bootstrap 5.3
- Guide:
- English
- Internals
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii Framework Twitter Bootstrap 5 Extension is free software. It is released under the terms of the BSD License.
Please see LICENSE for more information.
Maintained by Yii Software.