ali-awwad/create-relation-on-resource

Laravel Nova 字段。

0.0.1 2019-12-12 19:58 UTC

This package is auto-updated.

Last update: 2024-09-17 13:29:00 UTC


README

目前,这个适用于 BelongsTo。只有 "BelongsToWithCreate" 可用,我未来的计划是添加 "BlongsToMany"。

安装

在您的 nova 项目中运行此命令: composer require ali-awwad/create-relation-on-resource

用法

use AliAwwad\CreateRelationOnResource\BelongsToWithCreate;

public function fields(Request $request)
{
    return [
        BelongsToWithCreate::make('Language')->quickCreate(),
    ];
}

感谢