Hi any idea why blade is not updating? Just baked a fresh project in my m1 device and it seems to not updating changes. tried optimize, dump-autoload and still none of these are working. just migrated from windows to macOS
well done as always. I'm wondering, what are the downsides of disabling the eloquent guard / allowing github fields into the model? you mentioned it being vulnerable to attacks. I assume that's only the case if you have an insecure input form of some sort, or if you've screwed things up in the back-end?
You are only vulnerable if you do silly things like Model::create($request->all()) which will pass unvalidated data, hence mass assignment attack. Fillable is a nuisance imo, I always disable it.
If you are ever going to be a teacher, pray to God, that he gives you a mind and heart like Jeffrey's to effectively communicate your intentions and reach your students.
That was smooth and well polished. Thank you Jeffrey!
Love the style you explain the things 😍
To the point, compact and complete!
Great vidéo. Thanks Jeffrey
Wonderful and amazing!!
That was quick and to the point, thanks man!
You always make programming look easy :)
Thank you so much for this Jeff
warp terminal is so cool ... and also pstorm command is very nice idea
Thank you!
pretty easy! thank you!
Hi any idea why blade is not updating? Just baked a fresh project in my m1 device and it seems to not updating changes. tried optimize, dump-autoload and still none of these are working. just migrated from windows to macOS
Great video!!!
great content ever !!! How can i show laravel error message in spanish please ???
i don't know what's happen but i can not see the any response , i just see the notification that someone answer my question
Super amazing! 👍👍👍
amazing video
Great video. Very informative ⭐️⭐️⭐️⭐️⭐️ Small suggestion thou: 3 point lighting 😬 ...sorry, I'll see myself out 😔
If password is null, wouldn't it be possible for anyone to login "normally" with the email and empty password?
It's nullable on the database end. You'd still add validation as usual.
That was like fast to do and to understand but i got it thanks
well done sir 😁😁
well done as always.
I'm wondering, what are the downsides of disabling the eloquent guard / allowing github fields into the model?
you mentioned it being vulnerable to attacks.
I assume that's only the case if you have an insecure input form of some sort, or if you've screwed things up in the back-end?
You are only vulnerable if you do silly things like Model::create($request->all()) which will pass unvalidated data, hence mass assignment attack.
Fillable is a nuisance imo, I always disable it.
You play guitar Jeffrey?
One problem I see is that it would return error if user with email already exists but was created with regular registration so github_id is not set.
nice catch! the easy fix for this is to set the email field instead github_id in updateOrCreate method
thx for the video )
A+
amazing video!!Could you please make one with twitter login?
It’s the same, just try for yourself.
@@mikulcek I tried this already but had no luck 🙄
😀👌
If you are ever going to be a teacher, pray to God, that he gives you a mind and heart like Jeffrey's to effectively communicate your intentions and reach your students.
Straighforward
💯/💯
Great video!