Add a link to the documentation

This commit is contained in:
Leo Feyer
2018-08-30 11:35:42 +02:00
parent 939d9a0905
commit b91c7d527a
2 changed files with 2 additions and 1 deletions
@@ -1,2 +1,3 @@
# See https://github.com/contao/core-bundle
contao:
web_dir: "%kernel.project_dir%/public"
+1 -1
View File
@@ -5,7 +5,7 @@
* Enable ESI in the <fg=green>config/packages/framework.yaml</> file.
* Add the Contao routes to your <fg=green>config/routing.yaml</> file and
make sure that they will be loaded at the very end.
make sure they are loaded at the very end.
* Edit your <fg=green>config/security.yaml</> file and include all the
necessary providers, firewalls and access control sections.