This repository is a demonstration application for Symfony Webhook usage.
It's related to 🇫🇷 this blog post on jolicode.com
A ready to use (DNS entries verified) Postmark account.
Install dependencies
symfony composer installReplace API_KEY with your API Key in .env file
MAILER_DSN=postmark+api://API_KEY@default
Start the database and run migrations
docker-compose up -d databasesymfony console d:m:m -nServe the application
symfony serve -dOpen 127.0.0.1:8000