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.
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.
That was smooth and well polished. Thank you Jeffrey!
Love the style you explain the things 😍
To the point, compact and complete!
Wonderful and amazing!!
Thank you!
Great vidéo. Thanks Jeffrey
pretty easy! thank you!
That was quick and to the point, thanks man!
warp terminal is so cool ... and also pstorm command is very nice idea
Thank you so much for this Jeff
You always make programming look easy :)
A+
That was like fast to do and to understand but i got it thanks
Great video. Very informative ⭐️⭐️⭐️⭐️⭐️ Small suggestion thou: 3 point lighting 😬 ...sorry, I'll see myself out 😔
Great video!!!
amazing video
well done sir 😁😁
Super amazing! 👍👍👍
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.
😀👌
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
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.
thx for the video )
You play guitar Jeffrey?
💯/💯
Straighforward
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 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.
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
Great video!