Answer the question
In order to leave comments, you need to log in
How to make Yii2 and Bootstrap4 friends?
Hello again! I know that out of the box Yii with 4 bootstrap does not work, I found some extension similar to the official one from grozzzny, connected it to Asset
...
public $depends = [
'yii\web\YiiAsset',
'grozzzny\depends\bootstrap4\Bootstrap4Asset',
'grozzzny\depends\bootstrap4\Bootstrap4PluginAsset',
];
Answer the question
In order to leave comments, you need to log in
replace
"yiisoft/yii2-bootstrap":
with
"yiisoft/yii2-bootstrap4": "~2.0.6",
this is out of the box solution. in principle ceased to be buggy. I'm currently using it, but bootstrap with scss is my own.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question