Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
I

Inline MorphTo Field

Readme

Nova Inline MorphTo Field

Latest Version on Packagist Total Downloads License

Laravel Nova Inline MorphTo Field in action

Install

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

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

The MIT License (MIT). Please see License File for more information.

Screenshots

Reviews

By zwok on January 4, 2021

Wonderful work. Please keep creating!

By Jonhathan Rolando Rodas López on September 10, 2020

Great Job, Thanks for your work

Back to Top
Added 6 years ago
Last updated 1 Year Ago
Version v1.0.0
Nova Version ^4.0
Composer
digital-creative/nova-inline-morph-to
GitHub stars 33
Packagist downloads 37,092

Favorites

16 users favorited

Rating

4.70
(out of 5)
★★★★★
★★★★
★★★
★★
6 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas