Adding link to the SymfonyCasts Twig tutorial

This commit is contained in:
Ryan Weaver
2021-01-13 13:07:49 -05:00
parent 2f0947e1af
commit 500a7da999
+6
View File
@@ -23,6 +23,10 @@ Twig is used by many Open-Source projects like Symfony, Drupal8, eZPublish,
phpBB, Matomo, OroCRM; and many frameworks have support for it as well like
Slim, Yii, Laravel, and Codeigniter — just to name a few.
.. admonition:: Screencast
Like to learn from video tutorials? Check out the `SymfonyCasts Twig Tutorial`_!
Prerequisites
-------------
@@ -72,3 +76,5 @@ filesystem loader::
]);
echo $twig->render('index.html', ['name' => 'Fabien']);
.. _`SymfonyCasts Twig Tutorial`: https://symfonycasts.com/screencast/twig