Files
symfony-flex-recipes-contrib/friendsofsymfony/user-bundle/@dev/post-install.txt
T
2018-02-01 08:41:14 +01:00

14 lines
344 B
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
Warning: make sure the twig engine is turned on in framework.yaml
- If not, add the following to config/packages/framework.yaml:
framework:
# ...
csrf_protection: { enabled: true }
templating:
engines: ['twig']