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.
- PHP >= 7.3
- terminal run "cp .env.example .env"
- set your .env settings DB_CONNECTION = pgsql DB_PORT = 5432
- still in .env, change APP_TIMEZONE to Asia/Jakarta
- composer install
- php artisan jwt:secret
- php artisan migrate:fresh --seed
- php -S localhost:8000 -t public
- create new brach
- commit message to master: vYY.MM.DD.XX [XX = date's version start from 00]
Time GMT+7