mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
17 lines
563 B
Plaintext
17 lines
563 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> What's next? </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
Please update config/packages/dtc_queue.yaml to accurately reflect your needs (odm / orm / beanstalkd / rabbit_mq etc.)
|
|
- For a full list of configuration options, see:
|
|
* https://github.com/mmucklo/DtcQueueBundle/Resources/doc/full-configuration.md
|
|
|
|
For admin, make sure the twig engine is turned on in framework.yaml
|
|
|
|
- If not, add the following to config/packages/framework.yaml:
|
|
|
|
framework:
|
|
# ...
|
|
templating:
|
|
engines: ['twig']
|