Open srakl opened 2 years ago
There's ongoing work from different contributors about implementing other BS versions. The most up to date you can get is on #437.
BS5 assets for usuario are still missing, tough
Thank you for the info
Hello all.
I have the same problem. I want to install a clean version of yii2 with y112-usuario. What is the best way to do this? Default i get a new version wit BS5? composer create-project --prefer-dist yiisoft/yii2-app-basic /var/home/www/ is there a easy way to do this. and do you know when there is a update for this problem. Thanks for helping. Wilco
Hello all.
I have the same problem. I want to install a clean version of yii2 with y112-usuario. What is the best way to do this? Default i get a new version wit BS5? composer create-project --prefer-dist yiisoft/yii2-app-basic /var/home/www/ is there a easy way to do this. and do you know when there is a update for this problem. Thanks for helping. Wilco
You need to change the Bootstrap Version to Bootstrap 4...
Change the assets/AppAsset.php to Bootstrap 4 and install Bootstrap 4 via Composer.
Now you need to Change a few views from bootstrap 5 to 4
I added
"yiisoft/yii2-bootstrap5": "*"
to composer and when i rancomposer update
I getHow do i get it to work with bootstrap 5? Any bootstrap5 support?