---
title: "Scheduler Attributes and Listener Discovery Control in Laravel 13.12.0"
url: https://daily.dev/posts/scheduler-attributes-and-listener-discovery-control-in-laravel-13-12-0-msgobr9oc
source_url: https://laravel-news.com/laravel-13-12-0
type: article
source: "Laravel News"
published: 2026-05-27T13:18:47.256Z
updated: 2026-05-27T13:41:05.182Z
tags: ["php", "laravel"]
reading_time: 5
upvotes: 9
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Scheduler Attributes and Listener Discovery Control in Laravel 13.12.0

**[Laravel News](https://daily.dev/sources/ln)** · 5 min read · 9 upvotes · 1 comments

## Summary

Laravel 13.12.0 ships several new features and fixes. Scheduled events now support a withAttributes() method for attaching arbitrary metadata accessible in lifecycle callbacks. A new ShouldBeDiscovered interface lets auto-discovered listeners conditionally opt out of registration at the class level, avoiding unnecessary queue dispatches. Queue workers gain a stopOnLostConnection static property to prevent boot-looping when a database replica goes temporarily offline. SQLite connections now accept file: URI format for specifying options like cache=shared. Other additions include a normalize parameter for Str::studly() and Str::pascal(), a uri() method on HTTP client request objects, assertJsonPathsCanonicalizing() on TestResponse, prohibitable cache:clear and key:generate Artisan commands, and a fix for scheduler callback parameter resolution by type rather than name.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-13-12-0>

## Community discussion

Top comments from developers on daily.dev.

**@ax\_prashant** · 0 upvotes

> ![GIF](https://static.klipy.com/ii/d7aec6f6f171607374b2065c836f92f4/30/ed/H0oWTpMX.gif)

## Similar posts on daily.dev

- [New Expressive Model Attributes in Laravel 13.2.0](https://daily.dev/posts/new-expressive-model-attributes-in-laravel-13-2-0-d4iyewmhw) · Laravel News · 24 upvotes · 0 comments
- [UnitTest Attribute and More in Laravel 13.3.0](https://daily.dev/posts/unittest-attribute-and-more-in-laravel-13-3-0-t6ccxev8j) · Laravel News · 15 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/scheduler-attributes-and-listener-discovery-control-in-laravel-13-12-0-msgobr9oc)
