Intelligent Parsing and Formatting of Names in PHP Applications
Name of Person is a PHP package inspired by Basecamp's name_of_person Ruby gem, which gives you intelligent parsing and multiple formatting options. The post Intelligent Parsing and Formatting of...
View ArticleJetBrains PHPverse 2025: Videos are now live!
PHPverse 2025 Videos are now live The post JetBrains PHPverse 2025: Videos are now live! appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like this...
View ArticleContent Negotiation with Laravel's prefers Method
Laravel's prefers method streamlines content type negotiation by evaluating client Accept headers against supported formats. Build flexible endpoints that serve JSON, HTML, XML, or custom formats...
View ArticleLaravel in the First Half of 2025
July 2nd was the midpoint of 2025, and I thought it would be nice to recap some of the most memorable moments so far this year at Laravel News. The post Laravel in the First Half of 2025 appeared...
View ArticleLaravel Request Content Type Inspection Methods
Laravel's content type inspection methods enable sophisticated content negotiation. Use getAcceptableContentTypes and accepts methods to build flexible endpoints that serve appropriate formats based...
View ArticleThe Pipe Operator is Coming to PHP 8.5
The Pipe Operator is scheduled for release with PHP 8.5 on November 20, 2025. Learn how to chain multiple callables together, passing a value through them from left to right in a native way. The post...
View ArticleBlade Authorization Directives for View Security
Laravel's Blade authorization directives provide clean syntax for conditional content rendering based on user permissions. Use @can, @cannot, and @canany to build secure, permission-aware templates...
View ArticleLaravel AI Chat Starter Kit
A modern AI chat starter kit built with Laravel, featuring real-time streaming responses using Prism, Inertia.js, Vue.js, and TailwindCSS The post Laravel AI Chat Starter Kit appeared first on Laravel...
View ArticleEnhancing JSON Responses with Laravel Model Appends
Laravel's model appending feature enriches JSON responses with computed attributes through accessors and the $appends property. Create dynamic API outputs without database modifications while...
View ArticleRun Laravel Pint Faster in Parallel Mode
Laravel Pint was updated with a --parallel flag, making Pint 40x faster. Learn how you can use this flag to speed up Pint formatting tasks. The post Run Laravel Pint Faster in Parallel Mode appeared...
View ArticleConditionally Fail Queue Jobs While Throttling Exceptions in Laravel 12.20
The Laravel team released v12.20.0 with the ability to fail while throttling queue exceptions, a Queue Facade fakeFor() method, a Context remember() method, the ability to customize Collection pluck()...
View ArticleCustom Object Casting in Laravel Models
Laravel's custom object casting transforms database attributes into value objects through the CastsAttributes interface. Build sophisticated data handling with rich domain objects while maintaining...
View ArticlePHP 8.5 Introduces an INI Diff Option
PHP 8.5 introduces a `diff` option for the php --ini flag that makes it easy to identify changed INI values in your configuration. Let's try this new option out using a PHP 8.5 alpha build! The post...
View ArticleNativePHP for Mobile v1.1: Smaller, Smarter, and Ready to Scale
Version 1.1 of NativePHP drops Monday, July 14, and it isn’t just a collection of fixes. It’s a foundational upgrade designed to make NativePHP apps easier to build, faster to ship, and ready for real...
View ArticleLaravel's Rule::contains() for Fluent Array Validation
Laravel's Rule::contains() method provides fluent array validation syntax, replacing string concatenation with clean, readable rules. Maintain consistency with Laravel's validation patterns while...
View ArticlePHP Fatal Error Backtraces in PHP 8.5
With PHP 8.5, a new fatal_error_backtraces setting can control whether a backtrace is shown for fatal errors. Learn how this will help you debug PHP applications when certain fatal errors occur. The...
View ArticleSet up an AI-powered Laravel Development Environment with Claude Code and MCP...
The Laravel Claude Code Setup repo is a one-command setup for AI-powered Laravel development with Claude Code and MCP servers. Automatically configure all MCP servers for an AI-powered Laravel...
View ArticleLaravel's toUri() Method for Dynamic URL Construction
Laravel's toUri() method converts strings to URI objects supporting fluent query parameter addition and modification. Streamline URL processing from text extraction to dynamic parameter construction...
View ArticleConvert Eloquent Models to HLS Video
Laravel HLS is a package for generating HTTP Live Streaming (HLS) playlists and segments with AES-128 encryption. Convert your Eloquent video models to HLS easily with this package. The post Convert...
View ArticleAI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off
AI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off The post AI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off appeared first on Laravel News. Join the Laravel...
View Article