mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
490 B
Plaintext
13 lines
490 B
Plaintext
* 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 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.
|
|
|
|
* Complete the installation by opening the <fg=green>/contao/install</> route
|
|
in your browser.
|
|
|
|
Documentation: https://github.com/contao/core-bundle
|