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 install
Replace 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 database
symfony console d:m:m -n
Serve the application
symfony serve -d
Open 127.0.0.1:8000