PHPackages                             digital-creative/nova-inline-morph-to - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. digital-creative/nova-inline-morph-to

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

digital-creative/nova-inline-morph-to
=====================================

A Laravel Nova field for displaying morphTo relationship inline.

v1.0.0(1y ago)3438.2k↓24.1%15[1 PRs](https://github.com/dcasia/nova-inline-morph-to/pulls)1MITVuePHP ^7.3|^8.0

Since Sep 14Pushed 1y ago2 watchersCompare

[ Source](https://github.com/dcasia/nova-inline-morph-to)[ Packagist](https://packagist.org/packages/digital-creative/nova-inline-morph-to)[ RSS](/packages/digital-creative-nova-inline-morph-to/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (1)

Nova Inline MorphTo Field
=========================

[](#nova-inline-morphto-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a238db9ba53c7cbb13407a28c78cee87794e8b2753d1daa47735a13425bf48cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676974616c2d63726561746976652f6e6f76612d696e6c696e652d6d6f7270682d746f2e737667)](https://packagist.org/packages/digital-creative/nova-inline-morph-to)[![Total Downloads](https://camo.githubusercontent.com/6697c49420d5253d2f2e9460190756cc609d41a7dfc7a21f3d05f9216f7eee97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676974616c2d63726561746976652f6e6f76612d696e6c696e652d6d6f7270682d746f2e737667)](https://packagist.org/packages/digital-creative/nova-inline-morph-to)[![License](https://camo.githubusercontent.com/8c36cebb2d826597d6c7882155af2fa793c55b6f346562c02c2afa3cfadce7dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469676974616c2d63726561746976652f6e6f76612d696e6c696e652d6d6f7270682d746f2e737667)](https://raw.githubusercontent.com/dcasia/nova-inline-morph-to/master/LICENSE)

[![Laravel Nova Inline MorphTo Field in action](https://raw.githubusercontent.com/dcasia/nova-inline-morph-to/master/demo.gif)](https://raw.githubusercontent.com/dcasia/nova-inline-morph-to/master/demo.gif)

### Install

[](#install)

```
composer require digital-creative/nova-inline-morph-to

```

### Usage

[](#usage)

The signature is the same as the default `MorphTo` field that ships with Nova.

```
use DigitalCreative\InlineMorphTo\InlineMorphTo;

class Article extends Resource
{
    public function fields(Request $request)
    {
        return [
            ...
            InlineMorphTo::make('Template')->types([
                \App\Nova\Video::class,
                \App\Nova\Image::class,
                \App\Nova\Text::class,
                \App\Nova\Gallery::class,
            ]),
            ...
        ];

    }
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/nova-inline-morph-to/master/LICENSE) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~146 days

Recently: every ~458 days

Total

14

Last Release

534d ago

Major Versions

v0.2.1 → v1.0.02024-12-01

PHP version history (2 changes)v0.1.0PHP &gt;=7.1.0

v1.0.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4a85b779289ce63c67af70941a545331f3e362a4b58330495cc7e77250e5401?d=identicon)[milewski](/maintainers/milewski)

---

Top Contributors

[![milewski](https://avatars.githubusercontent.com/u/2874967?v=4)](https://github.com/milewski "milewski (27 commits)")[![cord](https://avatars.githubusercontent.com/u/158588?v=4)](https://github.com/cord "cord (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![dood-](https://avatars.githubusercontent.com/u/10099592?v=4)](https://github.com/dood- "dood- (1 commits)")

---

Tags

inlinelaravellaravel-nova-fieldmorphnovapolymorphiclaravelfieldinlinenovamorphmorphTo

### Embed Badge

![Health badge](/badges/digital-creative-nova-inline-morph-to/health.svg)

```
[![Health](https://phpackages.com/badges/digital-creative-nova-inline-morph-to/health.svg)](https://phpackages.com/packages/digital-creative-nova-inline-morph-to)
```

###  Alternatives

[inspheric/nova-url-field

A Laravel Nova URL field.

1031.3M1](/packages/inspheric-nova-url-field)[outl1ne/nova-inline-text-field

A Laravel Nova inline text field.

23252.9k2](/packages/outl1ne-nova-inline-text-field)[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74356.3k](/packages/outl1ne-nova-simple-repeatable)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[sietse85/nova-button

(Nova 4+) A Laravel Nova package for adding buttons to your resources.

37347.3k](/packages/sietse85-nova-button)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
