RepoJournal
Laravel

@laravel

PHP's most popular framework — Forge, Vapor, and a massive paying audience

Pick a date

The Wire · Showcase

LARAVEL 13 SCHEDULER GETS ATTRIBUTES, BOOST FIXES INERTIA V3 NAMING

By RepoJournal · Filed · About Laravel

The scheduler can now tag and track individual commands with custom attributes, unlocking fine-grained observability for scheduled jobs.

Laravel 13's scheduler is gaining a new attributes feature that lets you annotate commands with metadata and hook lifecycle callbacks into entire groups [1] [2]. This lands the ability to tag imports, batch operations, or any scheduled work with identifiers, then fire metrics or webhooks when those command groups succeed or fail. The implementation avoids double-replaying events and handles the full lifecycle correctly [2]. Meanwhile, Laravel Boost shipped a fix for the Inertia v3 upgrade prompt, which was incorrectly labeling the layout props API as `useLayoutProps` when the actual export from @inertiajs/vue3 is `setLayoutProps` [4] [5]. That one's a docs correction, not code, but it saves anyone upgrading from chasing a function that doesn't exist. Framework also updated facade docblocks for better IDE hints [3].

Action items

References

  1. [1] [13.x] Add attributes to Scheduler ↗ laravel/framework
  2. [2] [13.x] Add attributes to Scheduler (#60255) laravel/framework
  3. [3] Update facade docblocks laravel/framework
  4. [4] Fix Inertia v3 layout props API name (useLayoutProps -> setLayoutProps) (#823) laravel/boost
  5. [5] Fix Inertia v3 layout props API name in upgrade prompt ↗ laravel/boost

FAQ

What changed in Laravel on May 25, 2026?
The scheduler can now tag and track individual commands with custom attributes, unlocking fine-grained observability for scheduled jobs.
What should Laravel teams do about it?
Review the scheduler attributes PR if you emit metrics on scheduled jobs • Check your Inertia v3 upgrade guides if you're using layout props
Which Laravel repositories shipped on May 25, 2026?
laravel/framework, laravel/boost

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.