Vigyata.AI
Is this your channel?

Weekly Laravel Updates - Episode 2

196 views· 12 likes· 12:26· May 17, 2025

🛍️ Products Mentioned (9)

=== OFFER === GET 15% DISCOUNT ON ALL PLANS OF CLOUDWAYS HOSTING FOR 3 MONTHS https://bit.ly/3SovJvg === Important Links === Fonts, extensions I use, and Support Laratips links: https://bit.ly/m/laratips === Video Related Links === Welcome to The Weekly Laravel Podcast – your new go-to podcast for everything Laravel. Join us as we kick off the show with a lively discussion on the latest happenings in the Laravel ecosystem. Whether you're a seasoned developer or just starting your Laravel journey, this episode is packed with insights, updates, and practical tips you won't want to miss. We break down the most recent Laravel updates, explore must-have packages, and share their takes on best practices for modern Laravel development. We'll also dive into some hot topics buzzing in the Laravel community, giving you the inside scoop on what's new and what's next. Got questions or topics you'd like us to cover? Drop them in the comments below. Don't forget to subscribe and hit the notification bell so you never miss an update. Sources: 1. https://codecourse.com/articles/enums-in-laravel-everything-you-need-to-know 2. https://laravel-news.com/canbeoneofmany 3. https://masteringlaravel.io/daily/2025-05-07-your-brand-new-server-is-already-getting-attacked 4. https://securinglaravel.com/security-tip-what-can-we-learn-from-commonmarks-xss/ 5. https://spatie.be/blog/five-levels-of-handling-images-in-laravel 6. https://laravel-news.com/laravel-cookie-consent 7. https://laravel-news.com/laravel-12-14-0 #laravel #php #laraveltip #laratips #podcast

About This Video

In Episode 2 of Weekly Laravel Updates, I dug through what’s new in the Laravel ecosystem so you can stay up to speed without doom-scrolling release notes all week. We start with Laravel 12.14.0 and a few genuinely useful additions: the new Arr::from helper for consistently pulling a plain PHP array out of collections/Arrayable/JSON, Context::except and Context::exceptHidden for keeping sensitive keys out of logs, and Container::currentlyResolving for deeper container/attribute magic when you need to know what binding is being resolved. Then I shift into a couple of practical “this matters in real apps” topics. On validation, I covered the new Rule::any() style approach for “either/or” rule sets (think: upload can be video OR image with different limits) without messy conditional logic. On security, I talked about the CommonMark attributes extension XSS issue—Laravel’s defaults are safe, but if you enabled that extension (or you’re on something like Jigsaw) you should update ASAP and keep running composer audit. I also shared the reminder that brand-new servers get scanned immediately (certificate transparency logs are a big reason), so lock things down from minute one. To round it out, I highlighted Spatie’s “five levels” image handling progression, a cookie consent package that’s quick to ship with categories and script blocking, a solid deep dive on enums in Laravel (casting, validation, route binding), and a nice Eloquent upgrade: canBeOneOfMany support for hasManyThrough so “latest/oldest/highest priority” relationships read cleanly.

Frequently Asked Questions

🎬 More from Laratips