Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 296 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 296 Bytes

Laravel Passport API

this is an example of using laravel/passport to authenticate users and issue tokens

installation

$ cp .env.example .env
//  add your db credential to .env
$ composer install
$ php artisan key:generate
$ php artisan migrate
$ php artisan passport:install