- Vite JS
- Inertia
- Vue
- Ziggy
- Tailwind CSS
- Default Layout
- Download or Clone Repository
git clone git@github.com:Miqbal20/laravel-10-simple-templates.git
- copy
.env.example
and rename to it.env
- open CLI and type
php artisan key:generate
composer update
npm install --save-dev vue @vitejs/plugin-vue && npm run dev
- open new tab CLI and type
php artisan serve