Vigyata.AI
Is this your channel?

Weekly Laravel Updates - Episode 4

187 views· 11 likes· 14:11· Jun 1, 2025

🛍️ Products Mentioned (14)

=== OFFER === GET 15% DISCOUNT ON ALL PLANS OF CLOUDWAYS HOSTING FOR 3 MONTHS https://bit.ly/3SovJvg Get 30% OFF on Cloudways for 4 months. Valid till May 31, 2025 https://platform.cloudways.com/signup?id=1029148&coupon=HAPPYWP22 === 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://spatie.be/blog/a-package-to-handle-one-time-passwords-otp-in-laravel-apps 2. https://spatie.be/blog/a-package-to-handle-passkeys-in-laravel 3. https://spatie.be/blog/do-not-call-toarray-to-get-all-items-from-a-laravel-collection 4. https://ashallendesign.co.uk/blog/encrypting-queued-classes-in-laravel 5. https://tideways.com/profiler/blog/whats-new-in-php-8-4-in-terms-of-performance-debugging-and-operations 6. https://masteringlaravel.io/daily/2025-05-21-where-should-you-put-your-business-logic 7. https://laravel-news.com/email-validation-fluent-rule 8. https://securinglaravel.com/security-tip-dont-use-phpinfo/ 9. https://github.com/laravel/framework/pull/55809 10. https://github.com/laravel/framework/pull/55862 11. https://github.com/laravel/framework/pull/55815 #laravel #php #laraveltip #laratips #podcast

About This Video

In this episode of Weekly Laravel Updates (Episode 4), I did what I always do: I spent the week digging through blog posts, Laravel News, and GitHub PRs to pull out the stuff that actually matters—so you don’t have to. On the core framework side, I covered three changes I’m genuinely excited about: the new fluent validation Rule::contains() for validating arrays contain *all* required values, the new Arr::hasAll() helper for checking multiple keys (including dot notation), and a new Stringable::toUri() method that turns a string into a proper URI object so you can stop doing gross URL string manipulation. Then I zoomed out to the broader ecosystem: a reminder that Rule::email() is way more powerful than most people use (strict, DNS/MX checks, spoof checks, macros), plus two security-focused topics you should take seriously—why you should stop using phpinfo() (even “behind admin middleware”), and how to encrypt queued jobs/notifications/mailables by implementing ShouldBeEncrypted so sensitive payloads don’t sit in plain text in your DB/Redis. I wrapped up with a quick look at PHP 8.4 performance/ops improvements, the ongoing “where do I put business logic?” debate, and two brand-new Spatie packages for passkeys and one-time passwords that make modern auth way more approachable.

Frequently Asked Questions

🎬 More from Laratips