30 Days to Learn Laravel, Ep 07 - Autoloading, Namespaces, and Models

30 Days to Learn Laravel, Ep 07 - Autoloading, Namespaces, and Models

Laracasts

8 месяцев назад

14,515 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@keithpickard7036
@keithpickard7036 - 17.04.2024 13:19

This series arrived at the perfect time. Thanks for the releases thus far.

Ответить
@unisonrul1171
@unisonrul1171 - 22.04.2024 15:13

This is amazing

Ответить
@khanra17
@khanra17 - 20.05.2024 14:19

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?

Ответить
@programmer6284
@programmer6284 - 03.08.2024 15:00

hello anyone experience with anchor tag VALUE changing into job/jobs but the href is jobs when access route to job/{id}

Ответить
@jonathanperera5263
@jonathanperera5263 - 13.08.2024 17:03

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!

Ответить
@sale7680
@sale7680 - 04.09.2024 21:15

Amazing❤❤❤

Ответить
@sale7680
@sale7680 - 04.09.2024 21:26

I think u r really clarify the concept of working laravel and how the folder distinguished , how code may be better
So thank u 🙏

Ответить
@2rock4u8
@2rock4u8 - 19.11.2024 15:27

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!!! 👍🙏

Ответить
@funkyjammaclips
@funkyjammaclips - 30.12.2024 05:31

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.

Ответить
@hiiamyaqub8301
@hiiamyaqub8301 - 05.01.2025 06:08

Hi sir can you make Laravel advance project series any project you make

Ответить