Torbikini / laravel-inertiajs-vuetify-starterkit

Starterkits Project With Laravel + Inertia JS + Vue + Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starterkits Project With Laravel + Inertia JS + Vue + Vuetify

License:MIT License


Languages

Language:PHP 73.9%Language:Vue 21.2%Language:Dockerfile 2.3%Language:JavaScript 1.8%Language:Shell 0.5%Language:Blade 0.3%Language:Procfile 0.0%