Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.34 KB

File metadata and controls

28 lines (22 loc) · 1.34 KB

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

Configuration

  • PHP >= 7.3

Installation

  1. terminal run "cp .env.example .env"
  2. set your .env settings DB_CONNECTION = pgsql DB_PORT = 5432
  3. still in .env, change APP_TIMEZONE to Asia/Jakarta
  4. composer install
  5. php artisan jwt:secret
  6. php artisan migrate:fresh --seed
  7. php -S localhost:8000 -t public

Commit Rules

  1. create new brach
  2. commit message to master: vYY.MM.DD.XX [XX = date's version start from 00]

Time GMT+7