You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.1 KiB

Laravel InertiaJS Vuetify

A laravel inertiajs vuetify starterkit

Demo

You can access demo app in : https://laravel-inertia-vuetify.herokuapp.com/

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

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

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