DEV Community

siddharth shukla
siddharth shukla

Posted on

Laravel 6 install setup with bootstrap and vue js and new make:auth

laravel new laravel_vue

cd laravel_vue
composer require laravel/ui
php artisan ui vue --auth
npm install 
npm run dev

Read Blog: https://realprogrammer.in/laravel-6-install-setup-with-bootstrap-and-vue-js-and-new-makeauth/

Watch Video: https://www.youtube.com/watch?v=wHxMMy4-mB8

Top comments (0)