update post-install.txt to remove custom coloring and add a config/routes/dtc_grid.yaml

This commit is contained in:
Matthew J. Mucklo
2017-12-12 20:52:11 -08:00
parent c0196fa5a8
commit e00e763334
2 changed files with 6 additions and 9 deletions
@@ -0,0 +1,2 @@
dtc_grid:
resource: '@DtcGridBundle/Resources/config/routing.yml'
+4 -9
View File
@@ -2,16 +2,11 @@
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <bg=black;fg=orange>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, <bg=black;fg=blue>add</> the following to config/packages/framework.yaml:
- If not, add the following to config/packages/framework.yaml:
<bg=black;fg=blue>framework:
framework:
# ...
templating:
engines: ['twig']</>
* Then <bg=black;fg=blue>add</> the following to config/routes.yaml:
<bg=black;fg=blue>dtc_grid:</>
<bg=black;fg=blue>resource: '@DtcGridBundle/Resources/config/routing.yml'</>
engines: ['twig']