Laravel
LARAVEL DOCS TYPO FIX MERGED
The installation instructions caught a grammar error that's been live for who knows how long.
read --wire →
$ tail -f topics/php.log
Daily updates from Laravel - Forge, Vapor, and the broader PHP web stack.
7 updates across 1 project this week.
One calm review of what shipped across PHP - the commits, releases, and security advisories that matter. Every Monday, with security advisories same-day. Free, unsubscribe in one click.
We'll start you on the top PHP projects - refine anytime. · Read a sample issue →
Laravel
The installation instructions caught a grammar error that's been live for who knows how long.
read --wire →
Laravel
Laravel Cloud's managed queue system now intercepts job processing entirely, popping from an in-container agent instead of SQS directly, shifting visibility and deletion logic into the platform layer.
read --wire →
Laravel
The framework now supports scalar Predis retry configuration, making it cacheable for the first time, while new queue fake methods let you inspect reserved jobs without reaching for mocks.
read --wire →
Laravel
Queue middleware just got smarter: new `Release` middleware defers jobs conditionally, while the queue fake now properly inspects delayed jobs for testing.
read --wire →
Laravel
Laravel's AI package now handles real-time web search results with citations, fixes a critical bug in structured output parsing that silently broke JSON responses, and ships filesystem tools so agents can read and manage files without custom code.
read --wire →
Laravel
Number::fileSize() was spinning into infinity on INF and NAN inputs, producing nonsensical output like "∞ YB" - a fix just landed in 13.x.
read --wire →
Laravel
Laravel 13 adds graceful shutdown to schedule:work, matching queue:work's container-safe behavior while Pennant gains native PHP enum support.
read --wire →
Laravel
RateLimited middleware was silently dropping releaseAfter values during job serialization, breaking retry delays for queued jobs.
read --wire →
Laravel
The setup-php action that powers Laravel's test infrastructure just patched a macOS compatibility issue, and it's rolling through four core Laravel packages simultaneously.
read --wire →
Laravel
shivammathur/setup-php 2.37.2 landed overnight with a critical macOS fix, and Laravel's ecosystem is pulling it in across Maestro, Prompts, Sail Server, and Pint.
read --wire →
Laravel
Laravel Scout v11.3.0 lands opt-in unique indexing and automated dependency management, while a macOS CI fix rolls across the entire Laravel ecosystem.
read --wire →
Laravel
Three core Laravel packages synchronized on the same macOS CI fix overnight, signaling coordinated maintenance across the framework's official tooling.
read --wire →
Laravel
The shivammathur/setup-php action landed a critical macOS fix overnight, and it's already rolling through Laravel's core projects.
read --wire →
Laravel
Jetstream pulls in a critical fix for macOS environments where GitHub Actions PHP setup was failing.
read --wire →
Laravel
Laravel Stream bumped esbuild to 0.28.1 overnight to patch a security issue in the development server that could allow malformed HTTP requests to slip through.
read --wire →
Laravel
GitHub Actions checkout landed a patch release overnight, and three major Laravel packages are already shipping the update.
read --wire →
Laravel
Every form field-name method now enforces the same strict path typing that validate() uses, eliminating the type mismatches that let developers write valid() calls that validate() would reject.
read --wire →
Laravel
The GitHub Actions checkout action shipped a minor patch overnight, and it's now propagating through four core Laravel repos in coordinated dependency updates.
read --wire →
Laravel
GitHub Actions checkout tool shipped a patch version bump across Sanctum, Vapor CLI, and Vapor Core overnight.
read --wire →
Laravel
Scout just shipped a fix for the reindexing avalanche that's been burying write-heavy apps in duplicate jobs.
read --wire →