mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
14 lines
589 B
Plaintext
14 lines
589 B
Plaintext
<fg=blue;options=bold>Finish the configuration<fg=blue>:</>
|
|
1. You <options=bold>MUST</> follow the guide to include js and / or css assets https://github.com/Troopers/AlertifyBundle/blob/master/Resources/doc/configuration.md</>.
|
|
2. You <options=bold>MAY</> configure your favorite alert library (<comment>toastr</>, <comment>notie</>, <comment>pushjs</>... and even your <comment>own</>).
|
|
|
|
Warning: make sure the twig engine is turned on in framework.yaml.
|
|
|
|
- If not, add the following to config/packages/framework.yaml:
|
|
|
|
framework:
|
|
# ...
|
|
templating:
|
|
engines: ['twig']
|
|
|