This is a simple project Lumen 5.5 App (API) which works with Laravel Passport (OAuth 2.0).
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
MIT License.