---
title: "New in Parental v1.5.0: Becoming, Integers, and Eager-Loading"
url: https://daily.dev/posts/new-in-parental-v1-5-0-becoming-integers-and-eager-loading-fzqf2sgi9
source_url: https://tighten.com/insights/new-parental-features-v1-5-0/
type: article
source: "Tighten"
published: 2026-01-15T15:12:48.568Z
updated: 2026-01-15T15:13:13.109Z
tags: ["database", "php", "laravel"]
reading_time: 7
upvotes: 0
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 in Parental v1.5.0: Becoming, Integers, and Eager-Loading

**[Tighten](https://daily.dev/sources/tightenco)** · 7 min read · 0 upvotes · 0 comments

## Summary

Parental v1.5.0 introduces three major features for Single Table Inheritance in Laravel. The become() method enables type transitions between model classes while triggering appropriate events. Integer type columns are now supported as an alternative to strings for database optimization. New eager-loading helpers (loadChildren(), childrenWith()) simplify loading relationships across inheritance hierarchies, automatically grouping models by type and executing efficient queries for each group.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://tighten.com/insights/new-parental-features-v1-5-0/>

## Similar posts on daily.dev

- [Single Table Inheritance for Eloquent Models Using Parental](https://daily.dev/posts/single-table-inheritance-for-eloquent-models-using-parental-qboyraf8u) · Laravel News · 7 upvotes · 0 comments
- [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
- [Many-to-Many Relationships](https://daily.dev/posts/many-to-many-relationships-ehzqud6br) · Larablog · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/new-in-parental-v1-5-0-becoming-integers-and-eager-loading-fzqf2sgi9)
