Hello World! ๐
This a simple hello world page without any heavy process. Just a basic Twig template rendering.
These two parameters are injected in the controller action thanks to services binds.
(@see config/services.php
)
- environment: prod
- debug: false
This is just an example. You can access these two parameters thanks
to the Twig app
special variable.
- app.environment: prod
- app.debug: false