Build, test, and manage your Stripe integration right from the terminal with Stripe CLI.
- Copy
Dockerfile
inside your web container configuration.ddev/web-build/
- Start/Restart your project and you are done! 🙌
ddev exec stripe --version
should output something like this
stripe version 1.18.0
Well done. Now you can start to listen to the stripe web hooks. Have fun 🎉
Contributed by @SuddenlyRust