Laravel has rolled out a broad set of product updates, introducing new capabilities across Laravel Cloud, Forge, Nightwatch, and the Laravel framework itself. The releases focus on improving real-time application support, infrastructure flexibility, developer productivity, and security across the Laravel ecosystem.
Among the most notable updates are the general availability of Reverb-powered WebSockets, a developer preview of Laravel Valkey, expanded regional support for Laravel Cloud, and meaningful enhancements in Laravel 12.x aimed at real-world application use cases.
Laravel Cloud Expands Real-Time and Infrastructure Capabilities
Laravel Cloud now supports WebSockets powered by Laravel Reverb, which are generally available starting this month. Developers can deploy real-time features such as notifications, chat systems, and collaborative interfaces without managing separate WebSocket infrastructure. A built-in Cloud dashboard provides visibility into active connections and system behavior.
Laravel also introduced Valkey in developer preview. Valkey is a high-performance, open-source key-value store compatible with Redis and suitable for queues, caching, analytics, and session storage. Developers can enable Valkey directly from the Laravel Cloud dashboard while the preview phase continues.
To support global deployments and regulatory requirements, Laravel Cloud is now available in the Canada Central (ca-central) region, allowing teams to deploy applications closer to Canadian users and meet data residency needs.
Additionally, Laravel Cloud has added support for the gRPC PHP extension, enabling high-performance communication with gRPC-based services and APIs. This enhancement is particularly valuable for microservices and distributed systems.
Laravel Forge Adds Storage, Database, and SSL Improvements
Laravel Forge continues to evolve its server provisioning capabilities. New AWS servers created through Forge now use EBS gp3 volumes by default, offering improved performance and cost efficiency compared to gp2 volumes. Existing servers will continue running on gp2 unless manually updated.
Forge has also introduced support for PostgreSQL 18 on new server deployments, including Laravel VPS environments, ensuring developers can take advantage of the latest database features.
The SSL certificate management interface has been upgraded as well, providing clearer visibility into certificate status. Certificate cards now display associated domains, issuance dates, expiration dates, and overall health at a glance.
Laravel Nightwatch Enhances Observability and Security
Laravel Nightwatch received several key updates focused on usability and security. The Nightwatch documentation has been fully rewritten, offering comprehensive coverage of event types, sampling, filtering, redaction, and common configuration patterns.
Log entries now include richer contextual data, allowing developers to inspect both Context and Extra payloads for deeper debugging and performance insights.
Organizations can now enforce multi-factor authentication (MFA) across all team members. Users must configure MFA before accessing organizational data, strengthening security for production environments.
Nightwatch also introduced environment-scoped issues, making it easier to focus on problems relevant to a specific deployment while still maintaining visibility across environments.
Laravel 12.x Introduces Practical Framework Enhancements
On the open-source front, Laravel 12.x brings a series of targeted improvements aimed at everyday development workflows.
New scheduling features allow tasks to be run on specific days of the month using the daysOfMonth() method. Validation capabilities have expanded with a new encoding validation rule for uploaded files.
Laravel now includes interval helper functions to simplify fluent time adjustments in application logic. Queue workers can be paused and resumed using new Artisan commands, offering more control during maintenance or traffic spikes.
Blade templates also gain a new @hasStack directive, enabling conditional rendering based on stack output.
Ecosystem Updates: Inertia, Boost, and MCP
Beyond the core framework, Inertia has launched a redesigned website and documentation platform featuring improved navigation, AI-powered search, and cleaner formatting.
Laravel Boost added support for Google Gemini, expanded Sail integration, and improved guideline handling. Filament guidelines have been moved directly into the Filament package for automatic updates, while OpenCode is now integrated directly into developer workflows.
Finally, Laravel MCP now supports the _meta field across tools, prompts, results, and content, making it easier to attach and manage metadata across executions.

