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.
untuk melakukan instalasi project ini, silahkan ikuti langkah langkah berikut :
- git clone https://github.com/githubfarid1/lumenpost.git
- cd lumenpost
- composer install
- cp .env.example .env
- sesuaikan konfigurasi database
- php artisan key:generate
- php artisan jwt:secret
- php artisan migrate
- php artisan serve
untuk menajalankan migrate sekaligus dengan data dummy, silahkan jalankan perintah:
php artisan migrate --seed
PHP >= 7.3
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
https://github.com/surahmans/Lumen-Design-Pattern
https://github.com/andersao/l5-repository