Registry / web-framework / yiisoft-yii2-bootstrap5

yiisoft-yii2-bootstrap5

JSON →
library2.0.51phppackagistunverified

The Twitter Bootstrap v5 extension for the Yii framework.

composer require yiisoft/yii2-bootstrap5
INSTALL
IMPORT
SIG · YIISOFT-YII2-BOOTS
Y
yiisoft-yii2-bootstrap5
web-frameworkphpv2.0.51
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActiveForm
use yii\bootstrap5\ActiveForm;

Create a Bootstrap 5 styled form using Yii2 ActiveForm.

use yii\bootstrap5\ActiveForm; use yii\bootstrap5\Html; $form = ActiveForm::begin(['layout' => 'horizontal']); echo $form->field($model, 'name'); echo Html::submitButton('Submit', ['class' => 'btn btn-primary']); ActiveForm::end();
Debug
Known issues
gotchaRequires Yii2 framework and Bootstrap 5 CSS/JS assets.
fix
Ensure you have yiisoft/yii2 installed and include Bootstrap 5 assets in your layout.
affects: >=2.0.0
Upgrade
Version history
2.0.51latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
yiisoft-yii2-bootstrap5 — pip install yiisoft-yii2-bootstrap5 · libregistry