PHPverse 2025 Videos are now live The post JetBrains PHPverse 2025: Videos are now live! appeared first on Laravel News.…
Laravel
Laravel’s new resource method streamlines HTTP response stream handling, replacing verbose stream wrapper operations with a simple method call for…
Name of Person is a PHP package inspired by Basecamp’s name_of_person Ruby gem, which gives you intelligent parsing and multiple…
Useful Laravel links to read/watch for this week of July 3, 2025. Source: Read MoreÂ
Laravel closure commands support dependency injection by type-hinting services in command parameters. Combine the simplicity of inline commands with powerful…
PHP 8.5 will include array_first() and array_last() functions. Learn more about these native PHP functions developers can use to retrieve…
A practical guide to the top MySQL challenges Laravel developers face — and how to solve them with automation and…
Laravel’s in_array_keys validation rule efficiently validates arrays containing at least one specified key. Perfect for flexible configurations where users choose…
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…
An awesome open graph (social cards) image generator package for Laravel. The post Generate awesome open graph images with Open…
Learn how to configure a dedicated query builder class for Eloquent models using Laravel’s new PHP attribute added in Laravel…