Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 456 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 456 Bytes

Lumen Checklist

This is a simple project Lumen 5.5 App (API) which works with Laravel Passport (OAuth 2.0).

Instalation

Clone this repository. Run the following commands :

$ cd lumen-checklist
$ cp .env.example .env
$ php artisan key:generate

Create your database and enter the details in your .env file. Now run the following commands :

$ php artisan migrate --seed
$ php artisan passport:install

License

MIT License.