[2/9] - Beginners Symfony 4 Tutorial - Make Your Own Controller

preview_player
Показать описание
Find the full write up here :

Whilst we didn't need to create our own Controller class, or controller method (in prior Symfony versions most often called an Action) to make this work, we did use a Symfony provided Controller (TemplateController) and Action (templateAction) behind the scenes.

I also mentioned that in 99% of cases, you would likely not work in this way, in the real world.

Still, it is interesting to know of this feature, and also it saved us from having to do anything more than we otherwise had to, in order to get started.

Lets now create our own Controller class, and in that controller we will create our very first controller Method.
Рекомендации по теме
Комментарии
Автор

Thank you for explaining all the things in more depth, in a very short manner. I am making a Symfony refresh and it helps me a ton...

alexanderarnold
Автор

Love the maker bundle! Up to this point I have been creating controllers manually. But this gives me another reason to love this framework! Also, making a controller will now default to using AbstractController.

kensleylewis
Автор

Can't w8 for the next video! awesome!

Vaidas
Автор

Thankyou you for taking the time to write and record these videos. Carlo

csilipo
Автор

Hi, great videos.

I have to say that despite Laravel is a Symfony based-framework, it has routing to named controllers like Symfony, with route() in the link.

martinfernandez
Автор

Great video... Helps me understand how Symfony works... Could you please link to the template file you used, modified, from Bootstrap? How are we supposed to follow you without it? Keep up the good work!

magneticking
Автор

Hi, I'm using Symfony 4.0.8. I think views folder in 4.0.8 became templates

TheMbahlol
Автор

Nice Youtube channel, and nice site.
Simple but very good !
- I like when you explain the symfony framework ! 😏😎

LEoNeX
Автор

Thank you so much for these videos! I just wanted to ask. how do you continue using the cmd without having to quit the server? because in my case I have to control-c quit server so I can run another command

melnjada
Автор

How can I get the code shown in 9:30 ?

pawesendrowski
Автор

Hi, great job; i'm new to all these sware; i think i've followed exactly what you show but i cannot have css working; my symfony version is 6.0.1; have any idea of common mistakes?

ciccibebe
Автор

it gives me an error Command "make" is not defined.
what's the solutions
please answer

ayoubbenzaoui
Автор

Hello,
what compiler is used in this video?

ardyanw