- Via Laravel Installer:
composer global require laravel/installer
- laravel new
project-name
- cd
project-name
-
Install laravel/jetstream package
composer require laravel/jetstream
-
Though we are wanting to use Vue, we have to use Interia
php artisan jetstream:install inertia --teams
-
npm install && npm run dev
-
php artisan migrate
Now restart the server. And Enjoy the New Vue Scaffolding with Laravel 8.
Happy Coding
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.