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-starterkit
Install PHP dependencies
composer install
Install NPM dependencies
npm install
Build assets
npm run dev
Setup configuration
cp .env.example .env
Generate application key
php artisan key:generate
Run database migrations
php artisan migrate
Run application
php artisan serve
Pull 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.