Skip to content

eddy7697/signature-prototype

Repository files navigation

LunchCenter V3.*

$ composer install
$ yarn
$ cp .env.example .env
$ php artisan key:generate
$ php artisan jwt:secret
$ php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider"

Connect to Database, and seeding data to create super user.

$ php artisan migrate
$ php artisan db:seed

It's Done, visit http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published