The Pipe Operator is Coming to PHP 8.5 https://laravel-news.com/the-pipe-operator-is-coming-to-php-85
Laravel News
The Pipe Operator is Coming to PHP 8.5 - Laravel News
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.
π₯13π₯΄4π1
Blade Authorization Directives for View Security https://laravel-news.com/blade-authorization-can-cannot
Laravel News
Blade Authorization Directives for View Security - Laravel News
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 with minimal code complexity.
π4β€2
Enhancing JSON Responses with Laravel Model Appends https://laravel-news.com/model-appends
Laravel News
Enhancing JSON Responses with Laravel Model Appends - Laravel News
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 maintaining clean data separation.
β€3
Run Laravel Pint Faster in Parallel Mode https://laravel-news.com/run-laravel-pint-faster-in-parallel-mode
Laravel News
Run Laravel Pint Faster in Parallel Mode - Laravel News
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.
β€5
Conditionally Fail Queue Jobs While Throttling Exceptions in Laravel 12.20 https://laravel-news.com/laravel-12-20-0
Laravel News
Conditionally Fail Queue Jobs While Throttling Exceptions in Laravel 12.20 - Laravel News
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() with a callback, and more.
Custom Object Casting in Laravel Models https://laravel-news.com/cast-attributes
Laravel News
Custom Object Casting in Laravel Models - Laravel News
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 simple database storage patterns.
β€5
PHP 8.5 Introduces an INI Diff Option https://laravel-news.com/php-85-introduces-an-ini-diff-option
Laravel News
PHP 8.5 Introduces an INI Diff Option - Laravel News
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!
π6β€2π₯1
NativePHP for Mobile v1.1: Smaller, Smarter, and Ready to Scale https://laravel-news.com/nativephp-for-mobile-v11
Laravel News
NativePHP for Mobile v1.1: Smaller, Smarter, and Ready to Scale - Laravel News
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 production work β all using Laravel.
π©10π8π5
Laravel's Rule::contains() for Fluent Array Validation https://laravel-news.com/rule-contains
Laravel News
Laravel's Rule::contains() for Fluent Array Validation - Laravel News
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 improving code maintainability and developer experience.
β€2
PHP Fatal Error Backtraces in PHP 8.5 https://laravel-news.com/php-fatal-error-backtraces-in-php-85
Laravel News
PHP Fatal Error Backtraces in PHP 8.5 - Laravel News
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.
β€βπ₯7π2
Set up an AI-powered Laravel Development Environment with Claude Code and MCP Servers https://laravel-news.com/laravel-claude-code-setup
Laravel News
Set up an AI-powered Laravel Development Environment with Claude Code and MCP Servers - Laravel News
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 development experience with Figma integration.
π₯6β€1π1π1
Laravel's toUri() Method for Dynamic URL Construction https://laravel-news.com/touri
Laravel News
Laravel's toUri() Method for Dynamic URL Construction - Laravel News
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 with chainable methods.
β€6
Convert Eloquent Models to HLS Video https://laravel-news.com/convert-eloquent-models-to-hls-video
Laravel News
Convert Eloquent Models to HLS Video - Laravel News
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.
β‘6
AI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off https://laravel-news.com/ai-driven-development-insiders-launch
Laravel News
AI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off - Laravel News
AI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off
π©5π1
Early View Data Preparation with Laravel View Creators https://laravel-news.com/view-creators
Laravel News
Early View Data Preparation with Laravel View Creators - Laravel News
Laravel View Creators execute immediately after view instantiation, enabling early data preparation before rendering begins. Perfect for setting up foundational view data, performance optimization, and ensuring critical information availability throughoutβ¦
β€4
Add QR Code field functionality to your Filament UI's https://laravel-news.com/filament-qr-code
Laravel News
Add QR Code field functionality to your Filament UI's - Laravel News
A Laravel Filament package that provides QR Code field functionality for your web applications.
π7
Preventing Command Conflicts with Laravel's Isolatable Interface https://laravel-news.com/isolatable
Laravel News
Preventing Command Conflicts with Laravel's Isolatable Interface - Laravel News
Laravel's Isolatable interface prevents concurrent command execution by implementing automatic locking mechanisms. Essential for data processing, backups, and system maintenance tasks where multiple instances could cause conflicts or corruption.
β€2
Symfony AI Components https://laravel-news.com/symfony-ai-components
Laravel News
Symfony AI Components - Laravel News
Symfony AI is a set of components that integrate AI capabilities into PHP applications. While these packages are still considered experimental, let's check out what components Symfony will offer for building AI applications with PHP.
π₯4β€1