Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 307 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 307 Bytes

Activity Monitor

Build Status

Installation

composer install
php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate

Requirements

  • PHP >=7.1