/Laravel8-Vue3-Ecommerce

Building Ecommerce Application with Laravel 8 and Vuejs 3.

Primary LanguageVue

Build Status Total Downloads Latest Stable Version License

Install Laravel

  • Via Laravel Installer: composer global require laravel/installer
  • laravel new project-name
  • cd project-name

Install Vuejs with Laravel

  • Install laravel/jetstream package composer require laravel/jetstream

  • Though we are wanting to use Vue, we have to use Inertia 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

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.