Skip to content

horaceho/laravel-inertia-vuetify-skeleton

Repository files navigation

About Skeleton

A skeleton app in Laravel with Jetstram, Inertia and Vuetify.

Installation

git clone git@github.com:horaceho/laravel-inertia-vuetify-skeleton.git skeleton

cd skeleton
cp .env.example .env
# create database
# setup .env:
# DB_DATABASE=skeleton
# DB_USERNAME=
# DB_PASSWORD=
# APP_URL=

composer install
npm install && npm run dev

php artisan key:generate
php artisan migrate
php artisan serve

Running with localhost

open http://127.0.0.1:8000/myself

Tutorial

On Medium.

License

Under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published