What's New in Laravel v8.53.0

preview_player
Показать описание
Latest updates in the #laravel framework

00:00 - Intro
00:22 - Queue Monitoring Artisan Command
05:01 - Immutable Date Casting in Eloquent Models
08:37 - Forge CLI
09:55 - Outro
Рекомендации по теме
Комментарии
Автор

Hey Mohamed! I love your setup environment! And thank you for updating us about Laravel, Greetings from Venezuela.

mreduar
Автор

Great updates! Date immutable and queue moniter features are great 🔥.

mohammadharis
Автор

haha.. finally laravel ships with the Immutable Date Casting.. I have been in this issue. 😀

chetankharel
Автор

Immutable Casting is ever needed feature

Bitfumes
Автор

Thanks for another informative video and also for your hard work improving Laravel and its ecosystem. I'd love to see a comparison of use cases for Forge vs Vapor. E.g., if your app does "X" you're much better off with "Y" -- that kind of thing. The crazy obscurity of AWS pricing turns a lot of people off, but I do appreciate the seamless scalability for a growing app.

georgehoffman
Автор

To prevent date modifications, you can also use a copy of the Carbon instance using $anniversary->copy().

This way the mutauions will be done on a copy and the original instance remains unchanged.

But it's probably good to enforce this behavior.

pno
Автор

Thanks! Btw at 0:55, you probably meant to say "rogue", not "rouge" ("rouge" basically means lipstick). 😁

ivanjelenic
Автор

8:22 of course, thankfully, no more "copy()" before checking and working with dates

quarkmarino
Автор

Honestly I would never add/change a Date object to then check a difference in that order.
(I'd change the now() one to subtract 5y or set that one 5y ago.)
This will still bite people in the a** going forward, for sure :D
Good that the option exists, ofc! :)

Xewl
Автор

What theme/color scheme is he using for PHPStorm?

DominicSears
Автор

what about immutable datetime? or does that not matter

Shez-dcfn
Автор

What is the count down in your terminal for?

DavidSmith-gbsf
Автор

Mahamed pls can u add keywords to video title, this will make it very ease for future reference. Thanks

sabonzy
Автор

monitor is the wrong name imo - as monitor means constantly monitoring.. a better name would be status or w/e..

Shez-dcfn