To setup:
- Run
composer -vvv installin the terminal - Copy
.env.exampleto.env - Run
php artisan key:generatein the terminal - Set the
AWS_*keys in the.envfile - Run
php artisan serve --host=0.0.0.0in the terminal - Access
http://0.0.0.0:8000/in the browser