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
Top comments (0)