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.
 
 
 
 
Ahmad Faiz Kamaludin a285e044b7 update readme.md 4 years ago
app add force to https in app service provider 4 years ago
bootstrap init project 4 years ago
config init project 4 years ago
database init project 4 years ago
public init project 4 years ago
resources init project 4 years ago
routes init project 4 years ago
storage init project 4 years ago
tests init project 4 years ago
.editorconfig init project 4 years ago
.env.example init project 4 years ago
.gitattributes init project 4 years ago
.gitignore init project 4 years ago
.styleci.yml init project 4 years ago
Procfile change encoding for Procfile 4 years ago
README.md update readme.md 4 years ago
artisan init project 4 years ago
composer.json init project 4 years ago
composer.lock init project 4 years ago
package-lock.json init project 4 years ago
package.json add engine to package.json 4 years ago
phpunit.xml init project 4 years ago
server.php init project 4 years ago
webpack.mix.js init project 4 years ago

README.md

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