I installed bootstrap 4 using npm on my laravel app. But I think bootstrap 3 working behind not bootstrap 4.
using command:
Did I left something to do? Or do I need to manually import bootstrap to assets/sass/app.scss file or else?
You have to manually change the link to bootstrap from resources/assets/sass/app.scss
. You will see this line
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
Replace with
@import "node_modules/bootstrap/scss/bootstrap";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With