Skip to content

juniardys/uber-pigeon

Repository files navigation

Uber Pigeon

Installation

Install dependencies

composer install
php artisan passport:keys

If there is error regards missing php extension(s), try to google and install it/them ;)

Migration & Seed

Run

php artisan migrate
php artisan db:seed

Alternatively, you can run following command. But remember every thing in the databse will be replaced by seed data

php artisan migrate:fresh --seed

Create oauth client

Run:

php artisan passport:client --personal

Enter name and enter.

Postman

Link: https://www.getpostman.com/collections/a21f606a558229efc819

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published