We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5da2f commit a90ae14Copy full SHA for a90ae14
reference/configuration/twig.rst
@@ -256,6 +256,10 @@ The default directory where Symfony will look for Twig templates.
256
paths
257
~~~~~
258
259
+.. versionadded:: 4.2
260
+ The templates directory ``src/Resources/views/`` was deprecated in Symfony 4.2,
261
+ use the directory defined in the ``default_path`` option (``templates/`` by default).
262
+
263
**type**: ``array`` **default**: ``null``
264
265
This option defines the directories where Symfony will look for Twig templates
0 commit comments