Inject HasOne field in the form between other fields.
aqjw/nova-has-one-inject-field is a Laravel package for inject hasone field in the form between other fields..
It currently has 0 GitHub stars and 8 downloads on Packagist (latest version v1.0.4).
Install it with composer require aqjw/nova-has-one-inject-field.
Discover more Laravel packages by aqjw
or browse all Laravel packages to compare alternatives.
Last updated
This package inherits the main features of HasOne field and allows it to be injected in the form between other fields.


This package can be installed via command:
composer require aqjw/nova-has-one-inject-field
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.
The MIT License (MIT). Please see License File for more information.