Laravel 12.19 Adds a useEloquentBuilder Attribute, a FailOnException Queue...
The Laravel team released v12.19.0 with a UseEloquentBuilder PHP attribute, an AsFluent model cast, FailOnException job middleware, assert redirect back with errors, and more. The post Laravel 12.19...
View ArticleHandle 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 enables dot notation access, collection chaining,...
View ArticleManipulate 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. The post Manipulate Image URLs in Laravel with...
View ArticleReset 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 management, making rate limiting systems more flexible by...
View ArticleLightning 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 Eloquent models for things like events, appointments,...
View Article