alisaleem27 / nova-morph-to-create-field
A Laravel Nova field.
Package info
github.com/alisaleem27/nova-morph-to-create-field
Language:Vue
pkg:composer/alisaleem27/nova-morph-to-create-field
v1.0.4
2023-10-02 17:22 UTC
Requires
- php: ^7.3|^8.0
Requires (Dev)
- laravel/nova: ^4.21
README
This Laravel Nova package a MorphTo field that does not allow selecting previously created resources.
Installation
Install the package in to a Laravel app that uses Nova via composer:
composer require alisaleem27/nova-morph-to-create-field
Usage
use AliSaleem\MorphToCreateField\MorphToCreate; class MyResource extends Resource { //... public function fields(NovaRequest $request) { return [ MorphToCreate::make('...') ->types(['...']), ]; } }
License
Nova Dependable Panel is open-sourced software licensed under the MIT license.