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