Bootstrap 5 Installation on Laravel along with Utility API Example

preview_player
Показать описание
Bootstrap 5 is recently released. In this video, I install Bootstrap 5 on Laravel version. Also contains some short examples on using builtin bootstrap colors and adding a new utility class via Utilities API
Рекомендации по теме
Комментарии
Автор

thanks 5Ballons;
first: my english is not the best, I hope you can understand my problem.

if I bind the bootstrap class first in my project file.blade
and then start 'npm run dev',
would the npm action search this implemented bootstrap class,
and would it copy this into the 'app.css' automatical?

Is it the same routine as tailwind procedure?

by the way, i thank you for the integration of bootstrap into Laravel, i have search fom this.

andreaseisermann
Автор

I have to ask a question. With this method you can use bootstrap utility classes directly in the view file as classes for html tags? Like <div class="d-flex justify-content-center"> and so on? I'll tried for an entire day and only the custom external scss file was working

matteovenerdiano
Автор

where can we all find the commands you inputted on the new terminal? i got error on the part of updating the new version of bootstrap 5

sheilamariegasatan
Автор

next request laravel with Tailwind and headless ui

ZEROZONEZENO