The perfect teaching. That was very very very good. I can't believe this course is for free. Thanks a lot.
@destinygames34492 ай бұрын
This teaching is super clean way, no over complicated or less. More than step by step, it is key point to right sequence. It is like guiding to right path and very easy to follow because it is explained perfectly right before next sequence. English is not my first language, But I understand how good this teaching is.
@destinygames34492 ай бұрын
It is truly amazing how good this teaching is, if my school teacher teach me like this I will never skip class. It is complicated subject but you sir teach step by step, truly essential no miss sequence step by step. Clear instruction. This is best of the best teaching I ever have.
@sale76804 ай бұрын
I want to comment on all your videos because your approach is truly worth recognizing and describing. Your way of explaining things makes everything so clear and engaging!
@Dzakiwebmedia8 ай бұрын
Thank you jeffrey. You are good teacher and very clear in explaining all we need.
@perfectwebsolutions8 ай бұрын
good job, i created my first laravel 5 tutorial series on my channel by watching your series on laracast website, now I'm also creating laravel 11 series but in our native langauge.
@adrianoprovenzano89738 ай бұрын
Love the way you teach, all of your courses are highly recommendable. Thanks
@بصماتالماضيАй бұрын
7:50 This was not expecte 😁😁
@seddeknadhem56385 ай бұрын
This man is the best!
@gediongirma5634Ай бұрын
Best PHP Course
@bozhenahmed7497 ай бұрын
MASTER JEFRRY , LARAVEL HUB 4 LIFE
@bizmich_3 ай бұрын
Hey Jeffrey, I have a question regarding mass assignment, specifically $fillable. I added only title and salary, but I can still change the id as well. Why is this happening? I even added $guarded = ['id'], but it still doesn’t work.
@2gbeh8 ай бұрын
🇳🇬 You are him 🤌
@dayne-kora24158 ай бұрын
👍🏾
@mugerwaobadiah16218 ай бұрын
Thanks Jeffrey, but am having issues with php artisan make:model Test -mcrsR, where resource is not generated even if you use --all, its not
@Israel-x3h6 ай бұрын
how exactly are the find and all methods working when they are not in the Job class?
@yonamwakanyamale6 ай бұрын
Sorry am just giving you hope here. so we can continue to learn while waiting him to explain more. Start from here 1:41 He create class Job and extend class Model into class Job. That means every methods and properties created in class Model are now available in class Job. It's like parent(class Model) child(class Job) inheritance. Children can have all parent have, but Parent can have only he/she have. Try to google class inheritance you'll understand more.
@nelsonke68408 ай бұрын
What did you mean by it can be mass assigned ? I didn't understand you well
@JosephCodette2 ай бұрын
in tinker, it's giving me an error when I try to create a Job ; 'class not found' . I am in the working directory. what should I check?
@mohicanyt4 күн бұрын
I'm having the same issue, did you find a fix?
@mohicanyt4 күн бұрын
I found the fix. First you have to declare the $job. So you would write: $job = App\Models\Job::find('number'); then you would write: $job = $job->delete(); This is what worked for me.
@udayworldwide2 ай бұрын
you have to use dark mode to save power and our eyes
@ParwinaJaliliАй бұрын
Hello, awesome videos here, very helpful, and thanks for that, i just run php artisan make:model Comment, it created the model but without has factory;
@john.moremm8 ай бұрын
Can you share the name of the terminal app you're using Sir Jeffrey?