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.
あなたが Bootstrap CSS をあなたの sass ファイルに直接含める ことを望む場合は、
オリジナルの CSS ファイルがロードされないように無効化する必要があります。
[[yii\bootstrap5\BootstrapAsset|BootstrapAsset]] の css プロパティを空に設定することによって、そうすることが出来ます。
そのためには、assetManager アプリケーション・コンポーネント を以下のように構成します。
'assetManager' => [
'bundles' => [
'yii\bootstrap5\BootstrapAsset' => [
'css' => [],
]
]
]
How can I help you explore Laravel packages today?