# Laravel InertiaJS Vuetify A laravel inertiajs vuetify starterkit ## Demo You can access demo app in : ## Features - Laravel 8 - Inertia.js - Vue - Vuetify + Material Design Icons - Laravel Mix - Authentication (Login, Register, Forgot Password, Email Verification) - Example CRUD with serverside pagination, searching, and sorting - SPA (Single Page Application) ## Installation Clone repo locally ```bash git clone https://github.com/ahmadfaizk/laravel-inertiajs-vuetify-starterkit cd laravel-inertiajs-vuetify-starterkit ``` Install PHP Dependencies ```bash composer install ``` Install NPM Dependencies ```bash npm install ``` Build assets ```bash npm run dev ``` Setup Configuration ```bash cp .env.example .env ``` Generate application key ```bash php artisan key:generate ``` Run Database migrations ```bash php artisan migrate ``` ## Contributing 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. ## License [MIT](https://choosealicense.com/licenses/mit/)