Answers for "add bootstrap 4 to 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

Code answers related to "add bootstrap 4 to laravel 8"

Browse Popular Code Answers by Language