Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 296 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 296 Bytes

LIST

Library Information System

Installation

  1. git clone git@github.com:satriowisnugroho/LIST.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!