Twig in Symfony | Symfony 6 for Beginners | Learn Symfony 6 from Scratch | Learn Symfony

preview_player
Показать описание
This video will show you a powerful templating engine that is being used in Symfony called Twig - Want to learn an incredible open-source PHP framework? Symfony is one of the most popular frameworks when you need to build high-performance & complex web applications.

📚 New Udemy Course

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

Want to learn more?

📋 Table of Content
00:00 - Introduction
01:05 - Blocks
02:35 - Extending & Overwriting
05:00 - Working with arrays
07:22 - Comments
07:50 - Global variables

#symfony #framework #symfony6 #php
Рекомендации по теме
Комментарии
Автор

Dary, I started learning Symfony with you, don't stop, please. Waitning new course videos. Thank you.

tknfdsg
Автор

Much appreciated, really fun course! Looking forward to more content 😎

scriptKiddieOG
Автор

cool, easily understandable coding explanation, thank you for the videos

YotoYoto-wqde
Автор

Better than RubyOnRails. I like it. And the most important point is that you can host the app cheaply almost anywhere.

michimarz
Автор

It's really helpful
But I want to add another point in twig for absolute beginners. and that is twig include.
as we extends base.html.twig.
like that for using a snippet in another template we can use {% include 'snippet.html.twig' %}
thought to share this.
Keep going Dary. I am following this course.
thanks

ummehanyarozshandaanny
Автор

Very well explained, thank you very much 😀

martib.k.
Автор

use the following command if get error in global variables::
php bin/console config:dump-reference twig

srahulpatelyt
Автор

how do u add html syntax inside in twig file.? like h1?

melvinreano
Автор

movie in movies feels more intuitive that movies as movie. I dunno, just a language thing I guess.

skeletonrowdie
Автор

Want to learn more about me? Let’s connect through Instagram.


codewithdary
Автор

What on earth does twig language add that php itself cannot do? Its just as verbose as
<?php if ($true) { ?>
<div class="cool">Cool stuff here</div>
<?php }?>

and use php includes to bring in reusable templates. No extra language to learn! What on earth are people thinking? That humans can have millions of languages with no cost to ourselves?

TheBelrick