Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 291 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 291 Bytes

To setup:

  1. Run composer -vvv install in the terminal
  2. Copy .env.example to .env
  3. Run php artisan key:generate in the terminal
  4. Set the AWS_* keys in the .env file
  5. Run php artisan serve --host=0.0.0.0 in the terminal
  6. Access http://0.0.0.0:8000/ in the browser