Simplify Database Error Debugging with Laravel’s getRawSql MethodEver struggled to see the actual SQL that caused a database error in Laravel? The new getRawSql method on QueryException gives you properly…3h ago3h ago
Monitor HTTP Interactions with Laravel’s New Http::record() MethodLaravel’s HTTP client just got more testable with the Http::record() method, allowing you to monitor real HTTP requests while maintaining…1d ago11d ago1
Precise Validation Testing with Laravel’s assertOnlyJsonValidationErrors MethodTesting validation errors in Laravel can be surprisingly tricky. The new assertOnlyJsonValidationErrors method provides a more precise way…1d ago1d ago
Conditional Context Management Made Easy with Laravel’s Context FacadeNeed to handle contextual data differently based on user roles or other conditions? Laravel’s Context Facade with the Conditionable trait…Mar 12Mar 12
Simplify Real-Time Notifications with Laravel’s Anonymous BroadcastsLaravel’s real-time capabilities just got even more accessible with anonymous broadcasts — a lightweight solution for sending ad-hoc…Mar 11Mar 11
Simplify URL Generation with Laravel’s New query() MethodFinding yourself writing repetitive code to build URLs with query parameters? Laravel’s new query() method offers a cleaner, more intuitive…Mar 10Mar 10
Post-Process Query Results Elegantly with Laravel’s afterQuery MethodNeed a cleaner way to manipulate Eloquent collections after queries? Laravel’s new afterQuery() hook provides an elegant solution that…Mar 8Mar 8
Transform Array Values into Enum Instances with Laravel’s mapInto MethodEver struggled with transforming array values into enum instances in Laravel? The enhanced Collection::mapInto method now offers…Mar 71Mar 71
Testing Exception Reporting in Laravel with assertReportedTesting exception flows in Laravel applications can be challenging. Discover how the Exceptions facade’s assertReported method makes…Mar 6Mar 6