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.
- php 8.1 or above
- node 16 or above
Installation is simple. Just like your ordinary Laravel app.
git clone
cd laravel10-vite-vue2-vuetify2-starter
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
(or if productionnpm run build
)
Pull requests are welcome, please feel free to contribute to this project.
This project is open-sourced software licensed under the MIT license.