Skip to content

Laravel 10 + Breeze + Inertia + Vite + Vue2 + Vuetify 2 Starter Template

Notifications You must be signed in to change notification settings

multikitty/laravel10-vite-vue2-vuetify2-starter

Repository files navigation

Laravel 10 + Vite + Vue2 + Vuetify2 Starter Template

The project was created to save myself time for redoing the same things all over again when starting a new Laravel/Vue project.

This project is a starter project to make the front end of Laravel 10 + Breeze with Vue 2.7.14. The language used is JavaScript.

Requirement

  • php 8.1 or above
  • node 16 or above

⚡️ How to install

Installation is simple. Just like your ordinary Laravel app.

  1. git clone
  2. cd laravel10-vite-vue2-vuetify2-starter
  3. composer install
  4. cp .env.example .env
  5. php artisan key:generate
  6. npm install
  7. npm run dev (or if production npm run build)

Contributing

Pull requests are welcome, please feel free to contribute to this project.

License

This project is open-sourced software licensed under the MIT license.

About

Laravel 10 + Breeze + Inertia + Vite + Vue2 + Vuetify 2 Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published