anangnovriadi / lumen-checklist

Lumen Checklist (API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Lumen Checklist (API)


Languages

Language:PHP 100.0%