Tag Archives: Bootstrap

How to Install Vue.JS & Bootstrap in Laravel

The laravel/ui is a separate package that provides the UI scaffoldings for bootstrap, vue and react. Alongside with the auth scaffold for login and registration.

Provided that you already have a Laravel project setup. Head over to your command-line interface and run the following command

To install VueJs

$ composer require laravel/ui

$ php artisan ui vue

$ npm install

————–

To install Bootstrap

$ composer require laravel/ui

$ php artisan ui bootstrap

$ npm install