Answers for "where to add bootstrap in laravel 9"

PHP
-1

install bootstrap laravel 8

composer require laravel/ui
php artisan ui bootstrap
php artisan ui bootstrap --auth
npm install
npm run dev
npm run production
Posted by: Guest on August-09-2021

Code answers related to "where to add bootstrap in laravel 9"

Browse Popular Code Answers by Language