Комментарии:
This series arrived at the perfect time. Thanks for the releases thus far.
ОтветитьThis is amazing
ОтветитьTooo much over eddited audio.
Please keep distance from the mic.
The audio is so much annoying and fake(boosted lower frequencies), why don't you sound like in real life?
hello anyone experience with anchor tag VALUE changing into job/jobs but the href is jobs when access route to job/{id}
ОтветитьThe explanation on Models was all-encompassing! While I already had a little idea of what models were, this explanation laid a solid-concrete foundation in my mind. This tutor is Top-Tier! Thank You from Sri Lanka! By the way, I'm a huge ZZ Top fan as well!
ОтветитьAmazing❤❤❤
ОтветитьI think u r really clarify the concept of working laravel and how the folder distinguished , how code may be better
So thank u 🙏
Chapter Ep 07 - Autoloading, Namespaces, and Models We can also use: public static function find(int $id): ?array
{
return Arr::first(static::all(), fn($job) => $job['id'] === $id)
?? abort(404, 'Job not found');
}
} To get error message! Excellent course!!! 👍🙏
changing return to $job = breaks the code and wont display any jobs instead i get the error. "App\Models\Job::find(): Return value must be of type array, none returned" when trying to display the existing jobs. When checking a job id that doesnt exist i do get the 404 page.
edit: further in the video I can see you fixed this error with "return $job;" but nowhere was this ever mentioned I just happen to notice it at the end.
Hi sir can you make Laravel advance project series any project you make
Ответить