Laravel’s prefers method streamlines content type negotiation by evaluating client Accept headers against supported formats. Build flexible endpoints that serve…
PHP
July 2nd was the midpoint of 2025, and I thought it would be nice to recap some of the most…
July 2nd was the midpoint of 2025, and I thought it would be nice to recap some of the most…
The PHP team is pleased to announce the first testing release of PHP 8.5.0, Alpha 1. This starts the PHP…
PHPverse 2025 Videos are now live The post JetBrains PHPverse 2025: Videos are now live! appeared first on Laravel News.…
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…