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