A laravel inertiajs vuetify starterkit
You can access demo app in : https://laravel-inertia-vuetify.fly.dev
- Laravel 10
- Inertia.js
- Vue 3
- Vite
- Vuetify + Material Design Icons
- ESLint + Prettier
- Authentication (Login, Register, Forgot Password)
- Example CRUD with serverside pagination, searching, and sorting
- SPA (Single Page Application)
Clone repo locally
git clone https://github.com/ahmadfaizk/laravel-inertiajs-vuetify-starterkit
cd laravel-inertiajs-vuetify-starterkitInstall PHP dependencies
composer installInstall NPM dependencies
npm installBuild assets
npm run devSetup configuration
cp .env.example .envGenerate application key
php artisan key:generateRun database migrations
php artisan migrateRun application
php artisan servePull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.