---
title: "New Expressive Model Attributes in Laravel 13.2.0"
url: https://daily.dev/posts/new-expressive-model-attributes-in-laravel-13-2-0-d4iyewmhw
source_url: https://laravel-news.com/laravel-13-2-0
type: article
source: "Laravel News"
published: 2026-03-27T13:09:30.266Z
updated: 2026-03-27T13:09:55.060Z
tags: ["php", "laravel"]
reading_time: 4
upvotes: 24
comments: 0
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.

# New Expressive Model Attributes in Laravel 13.2.0

**[Laravel News](https://daily.dev/sources/ln)** · 4 min read · 24 upvotes · 0 comments

## Summary

Laravel 13.2.0 introduces several developer experience improvements. New symmetrical PHP attributes for Eloquent models (e.g., #[DateFormat], #[WithoutTimestamps]) replace multi-parameter attributes with single-purpose ones. Queue attributes #[Queue] and #[Connection] now accept backed enums directly without calling ->value. The withoutOverlapping() method gains a releaseOnSignal parameter to release overlap locks on process termination signals. UniqueConstraintViolationException now exposes column and index details per database driver. Other improvements include variadic #[Backoff] attribute support, magic factory methods accepting multiple arrays, schedule:list timezone fixes, and various bug fixes across queues, models, collections, HTTP streaming, and testing.

## Full article

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

## Similar posts on daily.dev

- [RouteKey Model Attribute in Laravel 13.21](https://daily.dev/posts/routekey-model-attribute-in-laravel-13-21-6pftxmw3i) · Laravel News · 21 upvotes · 1 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
- [Scheduler Attributes and Listener Discovery Control in Laravel 13.12.0](https://daily.dev/posts/scheduler-attributes-and-listener-discovery-control-in-laravel-13-12-0-msgobr9oc) · Laravel News · 9 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/new-expressive-model-attributes-in-laravel-13-2-0-d4iyewmhw)
