Screenshot of a jumbotron Bootstrap component in Laravel 5.

Using Bootstrap 4 with Laravel 5

Marco Enrico
1 min readJul 4, 2019

Start by adding Bootstrap to your project with composer:

composer install bootstrap

Then in resources/sass/app.scss add:

@import "node_modules/bootstrap/scss/bootstrap";

Finally, run npm run dev.

--

--

No responses yet