denisjunio/nova-create-or-add

A Laravel Nova field.

0.1.0-alpha 2021-06-07 21:51 UTC

This package is auto-updated.

Last update: 2025-07-08 07:21:41 UTC


README

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

Form Field Screenshot Field

Form Expanded Screenshot Form Open

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require denisjunio/nova-create-or-add

Usage

// in Resource File
use DenisJunio\NovaCreateOrAdd\NovaCreateOrAdd;

// ...

NovaCreateOrAdd::make('Manufacturer')
  ->searchable()
  ->required(),

Credits

License

The MIT License (MIT). Please see License File for more information.