Answers for "best way to use bootstrap with laravel 8"

PHP
0

how to install bootstrap in laravel 8

// How to install bootstrap in laravel

composer require laravel/ui
php artisan ui bootstrap
npm install && npm run dev
Posted by: Guest on February-03-2021
0

installing bootstrap on laravel8

@import '~bootstrap';
Posted by: Guest on October-26-2021

Code answers related to "best way to use bootstrap with laravel 8"

Browse Popular Code Answers by Language