Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 615 Bytes

Program MLM Sederhana

Aplikasi Web ini adalah aplikasi Multi-Level-Marketing sederhana menggunakan Laravel dan jQuery DataTable. Untuk Tree Diagram-nya sedang dalam proses pembuatan

Installation

  1. composer install
  2. Copy the .env.example right in the directory and rename it to .env right away, and set your credentials equal to the database settings
  3. php artisan key:generate
  4. php artisan migrate
  5. php artisan db:seed
  6. Login with email provided in the database with password: secret. username: {email} | password: secret or register
  7. And you're all set!