Skip to content

githubfarid1/lumenpost

Repository files navigation

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.

Cara Install & Setup Codebase

untuk melakukan instalasi project ini, silahkan ikuti langkah langkah berikut :

  1. git clone https://github.com/githubfarid1/lumenpost.git
  2. cd lumenpost
  3. composer install
  4. cp .env.example .env
  5. sesuaikan konfigurasi database
  6. php artisan key:generate
  7. php artisan jwt:secret
  8. php artisan migrate
  9. php artisan serve

Migration & Seeder

untuk menajalankan migrate sekaligus dengan data dummy, silahkan jalankan perintah:
php artisan migrate --seed

System Requiretmen

PHP >= 7.3
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension

Referensi

https://github.com/surahmans/Lumen-Design-Pattern
https://github.com/andersao/l5-repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published