Тёмный
Symbolic Link
Symbolic Link
Symbolic Link
Подписаться
Symbolic Link
Комментарии
@flash55nl
@flash55nl Месяц назад
Thanks, gonna try this!
@nightsolutions3228
@nightsolutions3228 3 месяца назад
Nice but doesnt work with the newer version
@anthonysanchez119
@anthonysanchez119 4 месяца назад
thankyou for this tutorial.
@MatthieuCarvalho
@MatthieuCarvalho Год назад
Hello ! thank you for your video, very helpfull ! Actually I try to deploy my project but I have a connection refused with postgresql. Did you have to add a special configuration to make your database work?
@Symbolic-Link
@Symbolic-Link Год назад
Hey 👋 Somethings are common: * in the .env the host normaly is 127.0.0.1 or localhost and should be database (or the docker service name) for a docker to docker connenction using internal bridge * in the compose- override.yml the port is not mapped to the same port of the host. So you can `port:port` instead of just `port` to make sure the port is the same internally and in the container
@dioxino76
@dioxino76 Год назад
It would be nice if this blog app would add a wysiwyg editor like Summernote.
@ummehanyarozshandaanny2846
@ummehanyarozshandaanny2846 2 года назад
Thank you so much for the tutorial.
@amarillomori
@amarillomori 2 года назад
Class 'UserPasswordEncoderInterface' is deprecated !!!
@Symbolic-Link
@Symbolic-Link Год назад
I'll see to re record this updating for Symfony 6
@aynis9705
@aynis9705 2 года назад
Thanks Dude <3
@agamurat3019
@agamurat3019 2 года назад
switching from laravel to symfony
@theodorbrown2663
@theodorbrown2663 2 года назад
UserPasswordEncoderInterface is deprecated, tried to use UserPasswordHasherInterface and PasswordHasherInterface but didn't manage, can someone help me?
@dristeebhugwan5461
@dristeebhugwan5461 2 года назад
How do I create a list of registered users in symfony 5 pls?
@danilmerkurev6248
@danilmerkurev6248 2 года назад
WOW! So cool video! All these things works properly! Thank you so much!
@MarcoGarcia-tn4xh
@MarcoGarcia-tn4xh 2 года назад
Alguien sabe como se conecto a la base de datos ???
@viacheslavk4474
@viacheslavk4474 3 года назад
As a yii2 developer, i can see here many familiar things, just made in a different way. I'd say model and migrations creation is much more handy :) The general similarity makes me think that if you already know a single framework, it's easier to get along with another one. But maybe i'm wrong and doing so, you'll often be confused trying to find familiar things where there aren't.
@agamurat3019
@agamurat3019 2 года назад
totally agree
@szymond.9048
@szymond.9048 3 года назад
Thank you man, it's working like a dream !!
@hosseinhaghparast5670
@hosseinhaghparast5670 3 года назад
as a laravel developer who wants to learn symfony as well , this video was a great introduction , thanks
@neium6177
@neium6177 3 года назад
ouais
@toufik4044
@toufik4044 3 года назад
Hallo, thanks for your tutorial... How to prevent going back to the secured page after logout in symfony?
@anili632
@anili632 3 года назад
can you make a video regarding security.yaml when and why to use it, basically authentication in symfony
@ryanvb3452
@ryanvb3452 3 года назад
I love this format of tutorials. Short and sweet.
@ismailhamdach2672
@ismailhamdach2672 3 года назад
Good tutorial, now I have an idea of how it works, Thank you.
@jit3696
@jit3696 3 года назад
Is the UserFixtures necessary?
@amigaworkbench720
@amigaworkbench720 3 года назад
I f*ckin hate that yaml format!
@rugeneus
@rugeneus 3 года назад
That is extremely cool and easy! Thank you so much!
@dariancesar8346
@dariancesar8346 3 года назад
I guess Im asking randomly but does someone know of a way to get back into an Instagram account..? I was dumb lost the password. I love any assistance you can offer me
@lianhank9534
@lianhank9534 3 года назад
@Darian Cesar instablaster ;)
@dariancesar8346
@dariancesar8346 3 года назад
@Lian Hank thanks so much for your reply. I got to the site thru google and im in the hacking process now. I see it takes a while so I will reply here later when my account password hopefully is recovered.
@dariancesar8346
@dariancesar8346 3 года назад
@Lian Hank It worked and I finally got access to my account again. I'm so happy! Thanks so much, you saved my ass :D
@lianhank9534
@lianhank9534 3 года назад
@Darian Cesar You are welcome xD
@JustKatoh
@JustKatoh 3 года назад
Thanks
@astrocodespace
@astrocodespace 3 года назад
Good job bro, check my twitch channel, where I do live coding sessions with PHP and Symfony too. twitch.tv/astrocode_
@nishanthraj8261
@nishanthraj8261 3 года назад
Hi, I am new to Symfony & your video was so helpful to understand Symfony concepts. However, I am facing an issue in Symfony 4.4 where I have to connect it with redis on Azure. I am facing with the connection string in .env file. Please help me out by answering the post which is given below stackoverflow.com/questions/65969991/how-to-connect-a-symfony4-4-application-to-azure-redis-cache
@deadinchaos
@deadinchaos 3 года назад
Big thank you from Paris =)
@Symbolic-Link
@Symbolic-Link 3 года назад
Merci a vous. Le Dieu vous bénisse. :)
@drupalguy
@drupalguy 3 года назад
Thank you. This is a great tutorial. While it is brief, it provides direction and pointers to very important aspects of the Symfony Framework; it has saved me a lot of groping in the dark.
@Symbolic-Link
@Symbolic-Link 3 года назад
Glad to be of use. God bless you :)
@vvardenfell8482
@vvardenfell8482 3 года назад
Clear and fast! I would just like to know, does that contain registration? I can't enter my username/password in database (and if I do, when I connect it say invalid credentials)
@Symbolic-Link
@Symbolic-Link 3 года назад
If you look at the fixture code you'll see more or less the outline of a controller you want to create to allow you to create users. Check my other video if you need help creating forms. You can use the same CRUD generation but adding the encoder/encrypter in the controller. You can add the password to de db directly but you need first to encode/encrypt it with the method set in configuration. So it is best to write code for that.
@vvardenfell8482
@vvardenfell8482 3 года назад
@@Symbolic-Link thanks I'll watch your other videos, I succed for registering users :D
@RicardoRodriguez-jw1yk
@RicardoRodriguez-jw1yk 3 года назад
Who are you? Keep posting, let's build something else. I really enjoyed your blog post example, are you publishing similar content somewhere else? Where can we follow you on the socials or overall the web? Let's build something cooler now, what about some AUTH and ['USER_ROLE']? Keep up with the good work, just keep it going, don't delay the enthusiasm of your audience here, this is a fast-moving world take advantage of the momentum now that you have our attention. Cheers and best wishes for 2021.
@Symbolic-Link
@Symbolic-Link 3 года назад
Thanks Ricardo. I had a blog where I posted till 2011 about ZCE and ZF. Then I lost interest in blogging. In 2017 I started an RU-vid channel about philosophy and been posting there since. This one is an ad-hoc channel I created to post tutorials to my colleagues and friends starting on Symfony. It was a shock to see each vod getting 2k views. I don't have plans to continue posting unless a particular need arises. It is not my goal to grow this channel. Reason being I have too much on my plate. Studying Hugh of Saint Victor and the the Catholic Catecism in my off time and working full time as Lead Dev. My goal is to do a vod explaining why Kant's synthetic a priori is non existent. If there is anything that I can do for you thou, please, let me know. I'll do my best.
@szymonjurczak8688
@szymonjurczak8688 3 года назад
Thank you :)
@lynic-0091
@lynic-0091 3 года назад
Nice tutorial but next time please edit your video, its annoying to see u type the same thing over and over and for so long.
@Symbolic-Link
@Symbolic-Link 3 года назад
Thanks for the tip
@bellini2535
@bellini2535 2 года назад
What annoying? It makes it so easy for everyone to follow when he does every step by step. In -s kindly do it like this step by step even in coming ones. Repeat as many times as the task involves. Makes the learning so easy to follow and enjoyable
@adimeier2154
@adimeier2154 3 года назад
Nice tutorial but I get an error while run "symfony new blog -full" -> "The "--full" option does not exist.". I there any change? (Composer version 1.10.13 2020-09-09, Symfony 5.1.7)
@hendra5604
@hendra5604 3 года назад
--full? Double dash.
@chriscarton4728
@chriscarton4728 4 года назад
Minecraft + Symfony is cool Dude.
@Symbolic-Link
@Symbolic-Link 3 года назад
Bless =)
@NoahNobody
@NoahNobody 4 года назад
Nice tutorial. It gave me just what I needed to get up and running fast.
@Symbolic-Link
@Symbolic-Link 3 года назад
Great to hear!
@FreddieOmega
@FreddieOmega 4 года назад
Hi I got an error when i tried to install the fixtures-bundle somehow not compatible with the current symfony version....so i could not create a user to test if i did everything right. however i made the user directly in the db according to this: symfony.com/doc/4.0/security/entity_provider.html#creating-your-first-user hope this helps someone else.
@Symbolic-Link
@Symbolic-Link 3 года назад
Fixtures are not necessary. But for a good and testable env it is best to have a known DB state to test against.
@АлмасИстыбаев
@АлмасИстыбаев 4 года назад
Nice from Kazakhistan )
@Symbolic-Link
@Symbolic-Link 3 года назад
o/
@wardenstyle
@wardenstyle 4 года назад
nice Job bro
@Symbolic-Link
@Symbolic-Link 3 года назад
😊
@Raahvi
@Raahvi 4 года назад
love this song
@agamenongoncalves3994
@agamenongoncalves3994 3 года назад
गल्फ़ स्ट्री मगव र्नरग लागांसू الصاج الطريق السريعيخزن الصديق
@zathkal4004
@zathkal4004 4 года назад
Hi mate, I need a hand with a test project, could you please help me out maybe on giving me a roadmap etc, ? Email - ikzathjobAThotmail.com Thanks in advance sir (: Zath. Germany
@3dproclub416
@3dproclub416 4 года назад
Nice M8!
@Raahvi
@Raahvi 4 года назад
great, dude! god bless you.