LaravelPackages.net
Acme Inc.
Toggle sidebar
aqjw/nova-has-one-inject-field

Inject HasOne field in the form between other fields.

8
0
v1.0.4
About aqjw/nova-has-one-inject-field

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

Nova HasOne Inject

Latest Version on Packagist Total Downloads

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

Detail View

Form View

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.

Comments