---
title: "Model::withoutRelation() in Laravel 12.54.0"
url: https://daily.dev/posts/model-withoutrelation-in-laravel-12-54-0-utyyasdyi
source_url: https://laravel-news.com/laravel-12-54-0
type: article
source: "Laravel News"
published: 2026-03-11T13:25:53.965Z
updated: 2026-03-11T13:26:21.688Z
tags: ["php", "postgresql", "laravel"]
reading_time: 5
upvotes: 17
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.

# Model::withoutRelation() in Laravel 12.54.0

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

## Summary

Laravel 12.54.0 ships several new features and bug fixes. The headline addition is Model::withoutRelation(), which clones a model with specific relations removed without mutating the original — useful for serialization, queued jobs, and circular reference handling. Other additions include an interval() method on InteractsWithData for parsing duration inputs into CarbonInterval, improved Response::dump() output that now includes request method, URL, and status code, BinaryFileResponse assertion support in HTTP tests, queue:monitor showing oldest pending job age in standard output, custom CommonMark extensions for mail Markdown rendering, a composite index on the jobs table for better queue polling performance, and native tsvector column type support in the PostgreSQL schema builder. Bug fixes cover queue deadlocks, database migration edge cases, URL validation for punycode subdomains, filesystem permission issues, and a CommonMark security update.

## Full article

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

## 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
- [Cache Without Overlapping in Laravel 12.47.0](https://daily.dev/posts/cache-without-overlapping-in-laravel-12-47-0-sq5jducab) · Laravel News · 7 upvotes · 0 comments
- [Factory makeMany\(\) Method in Laravel 12.52.0](https://daily.dev/posts/factory-makemany-method-in-laravel-12-52-0-rojmm4d5r) · Laravel News · 2 upvotes · 0 comments
- [Laravel 12.51.0 Adds afterSending Callbacks, Validator whenFails, and MySQL Timeout](https://daily.dev/posts/laravel-12-51-0-adds-aftersending-callbacks-validator-whenfails-and-mysql-timeout-y0ofekzyb) · Laravel News · 12 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/model-withoutrelation-in-laravel-12-54-0-utyyasdyi)
