aqjw / nova-has-one-inject-field
Inject HasOne field in the form between other fields.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/aqjw/nova-has-one-inject-field
Requires
- php: ^8.0.2
- laravel/nova: ^4.0
README
This package inherits the main features of HasOne field and allows it to be injected in the form between other fields.
Requirements
- PHP 8.0.2+
- Nova 4+
Screenshots
Installation
This package can be installed via command:
composer require aqjw/nova-has-one-inject-field
Usage
use Aqjw\HasOneInjectField\HasOneInjectField; ... return [ ... HasOneInjectField::make('Measurement', 'measurement', \App\Nova\Measurement::class), ... ];
Warning This is a beta version, so the field may be unstable.
License
The MIT License (MIT). Please see License File for more information.