Horje
install bootstrap laravel 8 Code Example
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
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
installing bootstrap on laravel8
npm install bootstrap
npm install sass
npm install sass-loader
installing bootstrap ui in laravel app
$ php artisan ui bootstrap
installing bootstrap on laravel8
@import '~bootstrap';
installing bootstrap on laravel8
mix.sass('resources/sass/app.scss', 'public/css')




Shell

Related
how to check git changes before commit Code Example how to check git changes before commit Code Example
convert all files to lowercase using shell script Code Example convert all files to lowercase using shell script Code Example
downgrade npm package to specific version Code Example downgrade npm package to specific version Code Example
git add commit push one command Code Example git add commit push one command Code Example
remove/undo all modified files git Code Example remove/undo all modified files git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11