PHP/Laravel – Weekly News Summary – 16/06/2025 to 22/06/2025
#Laravel News Parse Localized Numbers with Laravel's Number Class Laravel's Number class provides locale-aware parsing methods that handle international number formats using PHP's Intl extension. These utilities auto…#Laravel Tutorials By Harris Raftopoulos | Jun 16, 2025 AnyCable Laravel Broadcaster AnyCable is a broadcasting adapter for Laravel similar to Reverb#Laravel Packages By Yannick Lyn Fatt | Jun 16, 2025 Filament v4 Beta – Feature Overview The Filament v4 Beta is here with a range of powerful, helpful updates. It's faster, easier to use, and gives you more control when building applicati…#News #Filament By Leandro Ferreira | Jun 16, 2025 Larallow is a Permissions Package With Support for Scopes Larallow for Laravel is a package for handling roles and permissions with advanced features such as scoped roles, polymorphic relations, translation s…#Laravel Packages By Paul Redmond | Jun 16, 2025 Laravel 12.9 Adds a useEloquentBuilder Attribute, a FailOnException Queue Middleware, and More The Laravel team released v12.19.0 with a UseEloquentBuilder PHP attribute, an AsFluent model cast, FailOnException job middleware, assert redirect ba…#News #Laravel Releases By Paul Redmond | Jun 17, 2025 Handle Nested Arrays Elegantly with Laravel's fluent() Helper Laravel's fluent() helper function simplifies multi-dimensional array handling by providing intuitive access to nested data structures. This utility e…#Laravel Tutorials By Harris Raftopoulos | Jun 18, 2025 Reset Rate Limits Dynamically with Laravel's clear Method Laravel's RateLimiter clear method enables dynamic rate limit resets based on application conditions. This utility allows programmatic quota managemen…#Laravel Tutorials By Harris Raftopoulos | Jun 18, 2025 Test Deferred Operations Easily with Laravel's withoutDefer Helper Laravel's withoutDefer and withDefer test helpers enable precise control over deferred operation execution during testing. These utilities allow immed…#Laravel Tutorials By Harris Raftopoulos | Jun 18, 2025 Manipulate Image URLs in Laravel with the Image Transform Package The laravel-image-transform-url package offers a lightweight and expressive way to manipulate image URLs by appending transformation query parameters.#Laravel Packages By Paul Redmond | Jun 19, 2025 Lightning Fast Schedule Management for Laravel The Laravel Zap package is a flexible schedule management system with a deep Laravel integration. With Zap, you can create calendar schedules for Eloq…#Laravel Packages By Paul Redmond | Jun 19, 2025 #Laravel Blogs 160+ Servers. 550M+ HTTP Requests. Geocodio Monitors with Laravel Nightwatch Read how Geocodio uses Nightwatch for Laravel performance monitoring in production, unearthing issues across 160+ servers with zero system impact. By Sam | Jun 16, 2025 Announcing Laravel Nightwatch Nightwatch is a monitoring solution for Laravel applications. See how to track and solve issues like slow controllers, failing jobs, and timed-out API endpoints.#news By Jess Archer | Jun 16, 2025 #Ashallen Design UK Pass a Query Builder to "whereIn" to Reduce Your DB Queries #Laravel #PHP #Tips & Tricks #Web Development By Ashley Allen | Jun 16, 2025 Check if a Signed URL is Valid in Laravel Tests #Laravel #PHP #Tips & Tricks #Web Development By Ashley Allen | Jun 18, 2025 The "never" Type in PHP #PHP #Tips & Tricks #Web Development By Ashley Allen | Jun 20, 2025 #Freek Dev How to use Enum Cases in Laravel | How to | Tutorial | Quick Win Wednesday #QWW In this episode of the Quick Win Wednesday series, we're taking a look at the cases function on Enums. By Bert De Swaef | Jun 16, 2025 Choosing where to spend my team’s effort It’s the start of a new fiscal year. Strategy season. That time when all the grand ideas come out and everyone is still hopefull. By Frederick Vanbrabant | Jun 17, 2025 Typehinting Laravel validation rules using PHPStan's type aliases In this post, I'll share how I'm using PHPStan's type aliases feature to make validation rule typehints more readable and maintainable in our Laravel application. By – | Jun 18, 2025 PHP version stats (June 2025 edition) Brent is back with another update on the usage of PHP versions. By – | Jun 19, 2025 #Laravel io Asymmetric Property Visibility in PHP Introduction Asymmetric visibility is a feature that was introduced in PHP 8.4 (released: November 2… By ash-jc-allen | Jun 16, 2025 #Medium Data Types in Haskell and Classes in PHP: A Beginner Functional Programmer’s Viewpoint Background By Elisha Ukpong | Jun 16, 2025 Laravel Storage: The Powerful Feature Most Beginners Overlook Laravel Storage is powerful but often overlooked — easily upload, access, and download files in just a few lines of code! By Developer Awam | Jun 16, 2025 Write Better Code with the Single Responsibility Principle in PHP One of the simplest yet most powerful design rules in software development is the Single Responsibility Principle (SRP). It’s the “S” in… By Mahmudul Hasan | Jun 16, 2025 Don’t Use Fluent Methods in Laravel If You’re a Beginner Who Gets Confused by Long Method Chains Feeling confused by fluent methods in Laravel? We’ll explore why it’s smart to wait before using them. By andi | Jun 16, 2025 Powerful Symfony String Helpers You Might Be Overlooking Discover the object-oriented string manipulation tools that will transform your PHP code By Roman Huliak | Jun 16, 2025 Free Users: The Hidden Gold Mine for App Revenue Growth In the fiercely competitive app market, how to make free users create tangible value for apps has always been a perplexing challenge for… By Ruiqiiiguan | Jun 16, 2025 The Ship of Theseus and WordPress: What Defines Identity? Inspired by Matías Ventura’s WordCamp Asia talk, I explored the paradox of change. While projects like WordPress evolve while staying true… By Henrique Iamarino | Jun 16, 2025 How WordPress Makes It Easy to Build and Scale Your SaaS Product Build and scale your SaaS product effortlessly with WordPress. Discover tools, tips, and plugins to launch faster and grow smarter. By Orbitwebtech LLP | Jun 16, 2025 PHP That Bends the Layout Without Touching a Single Pixel of CSS So your UI is crumbling on tablets again — left-aligned where it should be stacked, or maybe a carousel turns into a graveyard on mobile. By Asian Digital Hub | Jun 16, 2025 Still Coding for User Roles?