diff --git a/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml b/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml new file mode 100644 index 00000000..29132d48 --- /dev/null +++ b/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml @@ -0,0 +1,2 @@ +dtc_grid: + resource: '@DtcGridBundle/Resources/config/routing.yml' diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt index 4793b257..568011e4 100644 --- a/mmucklo/grid-bundle/4.0/post-install.txt +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -2,16 +2,11 @@ What's next? - * Warning: make sure the twig engine is turned on in framework.yaml + * Warning: 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' + engines: ['twig']