/lumen-api-boilerplate

API boilerplate generated with laravel lumen

Primary LanguagePHP

Lumen API Boilerplate Lumem

Features

  1. JWT Authentication
  2. Testing with PEST PHP
  3. Fully dockerized
  4. Documentation with Open API

Setup

  1. clone project.
  2. create your env files with cp .env.example .env
  3. run docker-compose up --build
  4. visit http://localhost:9001/v1/health for the response below
  5. serve documentations composer docs:serve and visit http://localhost:8001