PHPackages                             taylanunutmaz/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. taylanunutmaz/nova-inline-morph-to

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

taylanunutmaz/nova-inline-morph-to
==================================

A Laravel Nova field for displaying morphTo relationship inline.

v0.3.0(4y ago)021MITPHPPHP &gt;=7.1.0

Since Sep 14Pushed 4y agoCompare

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

READMEChangelog (1)DependenciesVersions (26)Used By (0)

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 taylanunutmaz/nova-inline-morph-to

```

### Usage

[](#usage)

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

```
use DigitalCreative\InlineMorphTo\InlineMorphTo;
use DigitalCreative\InlineMorphTo\HasInlineMorphToFields;

class Article extends Resource
{
    use HasInlineMorphToFields;

    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,
                         ])
                         ->default(\App\Nova\Text::class),
            ...
        ];

    }
}
```

***Note:*** You will need to import the `HasInlineMorphToFields` trait for this field to display correctly within resource detail views.

***Code example***: adding morphables dynamically from a directory [\#4](https://github.com/dcasia/nova-inline-morph-to/issues/4)

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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.3% 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 ~56 days

Recently: every ~165 days

Total

14

Last Release

1695d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7da525b0622ffc6a51b3f1e431f9e0b205c14e4940be5dd0b306d709d3e1e20b?d=identicon)[taylanunutmaz](/maintainers/taylanunutmaz)

---

Top Contributors

[![milewski](https://avatars.githubusercontent.com/u/2874967?v=4)](https://github.com/milewski "milewski (26 commits)")[![cord](https://avatars.githubusercontent.com/u/158588?v=4)](https://github.com/cord "cord (3 commits)")[![taylanunutmaz](https://avatars.githubusercontent.com/u/30219204?v=4)](https://github.com/taylanunutmaz "taylanunutmaz (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

laravelfieldinlinenovamorphmorphTo

### Embed Badge

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

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

###  Alternatives

[timothyasp/nova-color-field

A Laravel Nova Color Picker field.

781.6M5](/packages/timothyasp-nova-color-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)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[outhebox/nova-hidden-field

A Laravel Nova Hidden field.

33562.2k1](/packages/outhebox-nova-hidden-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)
