diff --git a/mmucklo/queue-bundle/3.0/config/routes/dtc_queue.yaml b/mmucklo/queue-bundle/3.0/config/routes/dtc_queue.yaml new file mode 100644 index 00000000..1ca1907c --- /dev/null +++ b/mmucklo/queue-bundle/3.0/config/routes/dtc_queue.yaml @@ -0,0 +1,2 @@ +dtc_queue: + resource: '@DtcQueueBundle/Resources/config/routing.yml' diff --git a/mmucklo/queue-bundle/3.0/post-install.txt b/mmucklo/queue-bundle/3.0/post-install.txt index 3b228a66..7220a981 100644 --- a/mmucklo/queue-bundle/3.0/post-install.txt +++ b/mmucklo/queue-bundle/3.0/post-install.txt @@ -2,22 +2,15 @@ What's next? - * 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 +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 +For admin, make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - If not, add the following to config/packages/framework.yaml: -framework: +framework: # ... templating: - engines: ['twig'] - - * Then add the following to config/routes.yaml: - -dtc_grid: - resource: '@DtcGridBundle/Resources/config/routing.yml' -dtc_queue: - resource: '@DtcQueueBundle/Resources/config/routing.yml' + engines: ['twig']