DEV Community

Supaluck Singjan
Supaluck Singjan

Posted on

Laravel version 7 (add-on vue & bootstrap).

After we have been created any project in a directory. If we would like to add a bootstrap, and include a vue, we should do something like this,

composer require laravel/ui

php artisan ui vue --auth

After that we will use,

npm install && npm run dev

Note:: Use @extends('layouts.app') on the top of ....blade.php

Alt Text

Top comments (0)