Laravel’s in_array_keys validation rule efficiently validates arrays containing at least one specified key. Perfect for flexible configurations where users choose…
Laravel
The Laravel Performance Testing package tests your application’s performance with the VoltTest PHP SDK. Easily create and run load tests…
Display solutions on the Laravel error page Source: Read MoreÂ
A practical guide to the top MySQL challenges Laravel developers face — and how to solve them with automation and…
A lightweight, plug-and-play Laravel package for managing virtual wallets. The post Laravel Virtual Wallet appeared first on Laravel News. Join…
Laravel’s enhanced enum method now supports default values as a third parameter, simplifying request handling and eliminating boilerplate code when…
With the Laravel Introspect package, you can analyze Laravel codebases, querying views, models, routes, classes, and more directly from your…
Useful Laravel links to read/watch for this week of June 26, 2025. Source: Read MoreÂ
Laravel’s array parameter syntax enables commands to accept multiple arguments and options efficiently. Build powerful batch processing tools using asterisk…
The Gemini AI translator package for Laravel extracts translation keys in your Laravel project and translates them using Google’s Gemini…
Laravel’s cache events provide detailed monitoring capabilities for tracking hits, misses, writes, and deletions. Build comprehensive analytics systems to optimize…
Learn how to configure a dedicated query builder class for Eloquent models using Laravel’s new PHP attribute added in Laravel…
Spatie’s Laravel Activity Log integrated into Filament Source: Read MoreÂ
Let me share the Cursor rules I use as “User rules”. I’m planning to update this article with more changes…
An awesome open graph (social cards) image generator package for Laravel. The post Generate awesome open graph images with Open…
Freshly created Laravel applications are configured to use relational databases. The purpose of this tutorial is to show how to…
Master Laravel’s argument and option retrieval methods to build powerful Artisan commands. Access individual parameters or retrieve complete collections for…
List of 127 languages for HTTP statuses Source: Read MoreÂ
A CLI tool to Quickly create On-Demand preview environment for your apps. Source: Read MoreÂ
Generate Eloquent models and migration files directly from DBML diagrams with fillable properties, defined relationships, and more. The post Generate…