LETS CONNECT THROUGH INSTAGRAM. www.Instagram.com/codewithdary
@vinniv68062 жыл бұрын
Amazing. It's so simple with your way of exaplaining everything. This soon will be the best SF 6.x course on YT. 👏👏
@codewithdary2 жыл бұрын
Let's hope for that buddy, thank you!
@sakmaestro3852 Жыл бұрын
Great tutorial sir.. you explained well
@codewithdary Жыл бұрын
Thank you
@PartyBrudeeeer Жыл бұрын
I appreciate man. More tutorials like this! Maybe another symfony one with more detailed stuff
@codewithdary Жыл бұрын
Thank you. Definitely something I will be doing in the future but not now.
@TJ-to2jx2 жыл бұрын
This was the most informative and instructive about routes
@codewithdary2 жыл бұрын
Thank you buddy!!
@sakmaestro3852 Жыл бұрын
You explained great sir.. do u have a complete symfony course in udemy?
@codewithdary Жыл бұрын
This is the only video series I have available on Symfony!
@YogiGhorecha Жыл бұрын
nice
@codewithdary Жыл бұрын
Thank you
@SS-pp6wx2 жыл бұрын
I understand the "GET" method, but what is the function of "HEAD" ?
@kapoti1 Жыл бұрын
Hey. So I have a controller for creating a user in database. But instantly once it is created I need it to redirect to that users profile. How can I pass that users id from one controllers method to other methods route?
@codewithdary Жыл бұрын
I can't help without the code.
@ApoRekt2 жыл бұрын
Hey, for some reason the #[Route....] thing doesn't work for me so I had to use the old method. How can I put the GET and HEAD methods using the old method?
@codewithdary2 жыл бұрын
@Route("/show/{id}") @Method({"GET", "HEAD"})
@ApoRekt2 жыл бұрын
@@codewithdary thank you!!!
@stewheart2 жыл бұрын
frustrated that it claims to be easy, yet there's so much documentation and errors being thrown. there doesn't seem to be a functioning step by step guide to successfully follow along. I appreciate the effort you've put in all the same.
@codewithdary2 жыл бұрын
I'm not sure if you know how coding works once you find a job, but you will most of the time be working on errors and issues. Only showing the "happy path" in videos definitely doesn't make you a better programmer, it makes it very easy to just copy paste what I'm doing. Running into issues and solving them together, if what makes you a better developer. Anyways, thank you buddy :)