outhebox / nova-belongs-to-field
Laravel Nova 自定义 BelongsTo 字段。
v1.0
2018-11-16 23:06 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2020-08-17 03:20:45 UTC
README
描述
此字段覆盖默认 nova BelongsTo 字段以修复急速加载问题
要求
- Laravel 5.6+ 与 Nova。
安装
此包可以通过 Composer 安装。
composer require outhebox/nova-belongs-to-field
示例使用
在资源的 fields
方法中添加字段
use Outhebox\NovaBelongsToField\BelongsToField; BelongsToField::make('Post') ->searchable() ->sortable(),
许可
MIT 许可证 (MIT)。请参阅许可文件获取更多信息。