LIST Library Information System Installation git clone git@github.com:satriowisnugroho/LIST.git your-app-name-here cd your-app-name-here composer install -vvv cp .env.example .env php artisan key:generate Configure file .env php artisan migrate Done!