Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
/ lumen-starter Public archive

A Minimal Lumen API Starter kit

License

Notifications You must be signed in to change notification settings

jovertical/lumen-starter

Repository files navigation

Lumen API Starter

A Minimal Lumen API Starter kit

Quick Start

  1. Run composer install.
  2. Copy & configure environment: cp .env.example .env.
  3. Run the migrations: php artisan migrate --seed.
  4. Generate the JWT secret: php artisan jwt:secret.
  5. Run composer serve to start the development server.

Automatic Formatting

Run automatic code formatting with:

composer format

Running Tests

Run the test suites with:

composer test

Releases

No releases published

Packages

No packages published

Languages