mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
15 lines
531 B
Plaintext
15 lines
531 B
Plaintext
Please update config/packages/dtc_queue.yaml to accurately reflect your needs.
|
|
(Choose between odm|orm|beanstalkd|rabbit_mq|redis, etc.)
|
|
|
|
- For a full list of configuration options, see:
|
|
* https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md
|
|
|
|
For admin, make sure the twig is installed and the twig engine is turned on in framework.yaml
|
|
|
|
- If not, install twig, then add the following to config/packages/framework.yaml:
|
|
|
|
framework:
|
|
# ...
|
|
templating:
|
|
engines: ['twig']
|