PHP 8.5 introduces a `diff` option for the php –ini flag that makes it easy to identify changed INI values…
Laravel
Laravel’s model appending feature enriches JSON responses with computed attributes through accessors and the $appends property. Create dynamic API outputs…
The Laravel team released v12.20.0 with the ability to fail while throttling queue exceptions, a Queue Facade fakeFor() method, a…
Laravel Pint was updated with a –parallel flag, making Pint 40x faster. Learn how you can use this flag to…
A translation manager tool for Laravel Filament, that makes use of the Laravel Chained Translator. Source: Read MoreÂ
Laravel’s Blade authorization directives provide clean syntax for conditional content rendering based on user permissions. Use @can, @cannot, and @canany…
A modern AI chat starter kit built with Laravel, featuring real-time streaming responses using Prism, Inertia.js, Vue.js, and TailwindCSS The…
Laravel Scout custom engine for OpenSearch Source: Read MoreÂ
Two-factor authentication (2FA) is one of the best ways to protect your user accounts from hackers. In this tutorial, we…
Laravel’s content type inspection methods enable sophisticated content negotiation. Use getAcceptableContentTypes and accepts methods to build flexible endpoints that serve…
The Pipe Operator is scheduled for release with PHP 8.5 on November 20, 2025. Learn how to chain multiple callables…
React.js is the most popular front-end JS framework. There are a few ways to use React in Laravel projects, and…
Laravel’s prefers method streamlines content type negotiation by evaluating client Accept headers against supported formats. Build flexible endpoints that serve…
July 2nd was the midpoint of 2025, and I thought it would be nice to recap some of the most…
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…