Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 293 Bytes

readme.md

File metadata and controls

11 lines (10 loc) · 293 Bytes

UII Student Area

Installation

  1. git clone git@github.com:satriowisnugroho/uii-student-area.git your-app-name-here
  2. cd your-app-name-here
  3. composer install -vvv
  4. cp .env.example .env
  5. php artisan key:generate
  6. Configure file .env
  7. php artisan migrate
  8. Done!