Top 3 Improvements in Laravel 10

preview_player
Показать описание
Laravel 10 was released. Let's talk about the top 3 improvements made for Laravel 10.

0:00 - Intro
0:30 - Return types
4:18 - Laravel Pennant
8:57 - Process Facade

Follow me:

#laravel10 #laravel
Рекомендации по теме
Комментарии
Автор

Nice video! Liked your other videos on design patterns, too since you explain things pretty well. I wanted to ask you how you'd handle updating data that belongs to a user. For example, a User has an Inventory which has many Items. If you were to edit an Item, what would be your approach? would you use a Policy? would you directly do something like auth()->user()->profile->id == item->user_id? would you utilize a package that magically does it? will you use dependency injection? I would totally love to see how you approach this.

-slash-