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
Conditional Collection Skipping with Laravel's skipWhile Method https://laravel-news.com/skipwhile
Laravel News
Conditional Collection Skipping with Laravel's skipWhile Method - Laravel News
Laravel's skipWhile method conditionally skips collection items until a callback returns false, then preserves all remaining items. Perfect for threshold detection, data stream processing, and identifying transition points in sequential datasets.
π₯4β€2
Deploying Laravel Applications on Laravel Cloud With MongoDB Atlas https://laravel-news.com/deploying-laravel-applications-on-laravel-cloud-with-mongodb-atlas
Laravel News
Deploying Laravel Applications on Laravel Cloud With MongoDB Atlas - Laravel News
In this tutorial, we will deploy a simple Laravel application on the Laravel cloud and connect with MongoDB Atlas.
β€3
Updates to Inertia.js and the Laravel Adapter https://laravel-news.com/updates-to-inertiajs-and-the-laravel-adapter
Laravel News
Updates to Inertia.js and the Laravel Adapter - Laravel News
The Laravel team has released some sweet updates to Inertia.js v2 and the Laravel adapter, introducing new features, an improved developer experience, and more.
π6
Streamlined Data Flow Between Laravel Seeders Using Context https://laravel-news.com/context-attribute
Laravel News
Streamlined Data Flow Between Laravel Seeders Using Context - Laravel News
Laravel's Context system enables clean data sharing between database seeders through the Context facade and attribute-based injection. Eliminates redundant queries and tight coupling while maintaining clear dependencies and type safety.
β€2π1
Execute Ping Commands and Get Back Structured Data in PHP https://laravel-news.com/execute-ping-commands-and-get-back-structured-data-in-php
Laravel News
Execute Ping Commands and Get Back Structured Data in PHP - Laravel News
The spatie/ping PHP package provides a simple way to execute Internet Control Message Protocol (ICMP) ping commands and parse the results into structured data. Ping can help determine if a remote host is reachable, providing network diagnostics and measuringβ¦
β€2
The July 2025 Laravel Worldwide Meetup is Today https://laravel-news.com/the-july-2025-laravel-worldwide-meetup-is-today
Laravel News
The July 2025 Laravel Worldwide Meetup is Today - Laravel News
The next Laravel Worldwide Meetup is today, Tuesday, July 22nd, 2025. The meetup starts on YouTube at 16:00 UTC and features Harris Raftopoulos.
β€1
Singleton and Scoped Container Attributes in Laravel 12.21 https://laravel-news.com/laravel-12-21-0
Laravel News
Singleton and Scoped Container Attributes in Laravel 12.21 - Laravel News
The Laravel team released v12.21.0 with singleton and scoped container attributes, a query builder method to check if a value is between two columns using the query builder, strict numeric and boolean validation options, and more.
β€4π₯1
Blade Service Injection: Direct Service Access in Laravel Templates https://laravel-news.com/blade-inject
Laravel News
Blade Service Injection: Direct Service Access in Laravel Templates - Laravel News
Laravel's @inject directive enables direct service container access within Blade templates, reducing controller complexity while maintaining clean architecture. Perfect for utility services, analytics, and view-specific functionality without coupling controllers.
β€7