digital-creative/nova-inline-morph-to
最新稳定版本:v1.0.0
Composer 安装命令:
composer require digital-creative/nova-inline-morph-to
包简介
A Laravel Nova field for displaying morphTo relationship inline.
README 文档
README
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.
统计信息
- 总下载量: 36.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 33
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-13
