Read the Bref Laravel documentation and make sure you have everything to get started first.
composer install --optimize-autoloader --no-dev
The application can be deployed on AWS by running:
php artisan config:clear
serverless deploy
Read more in the official Bref documentation.
The application can be run locally using Docker. Start it by running:
docker-compose up
The application is then available at http://localhost:8000/.