79694733

Date: 2025-07-08 19:27:35
Score: 1.5
Natty:
Report link

Why so complicated? DDEV has a nice feature for this: ddev.readthedocs.io/en/stable/users/configuration/hooks/…

Use "post-start" (Execute tasks after the project environment has started) in your ddev config yaml hooks:

hooks:
  post-start:
    - exec: "bin/console messenger:consume async_send_data"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why
  • Low reputation (0.5):
Posted by: Kay R.