Skip to content

ahmadfaizk/laravel-inertiajs-vuetify-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel InertiaJS Vuetify

A laravel inertiajs vuetify starterkit

Demo

You can access demo app in : https://laravel-inertia-vuetify.fly.dev

Features

  • 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)

Installation

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

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.