yiisoft/yii2-bootstrap5
Bootstrap 5 integration for Yii 2 apps. Provides widgets, helpers, and asset bundles to render Bootstrap 5 components with Yii’s view and form APIs, enabling consistent styling and UI elements using Bootstrap 5 in Yii 2 projects.
This package provides a consistent set of Composer scripts for local validation.
Tool references:
Run code style checks.
composer cs
Fix code style issues.
composer cs-fix
Run static analysis.
composer static
Run the full test suite.
composer tests
Composer scripts support forwarding additional arguments using --.
Run PHPUnit with code coverage report generation.
composer tests -- --coverage-html code_coverage
Run PHPStan with a different memory limit.
composer static -- --memory-limit=512M
How can I help you explore Laravel packages today?