Skip to content

WIP - A Nova Field for adding or creating new resources with belongs-to relationship.

License

Notifications You must be signed in to change notification settings

DenisJunio/nova-create-or-add

 
 

Repository files navigation

🚧 WIP - A Nova field to replace BelongsTo field for on the go resource creation.

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.

About

WIP - A Nova Field for adding or creating new resources with belongs-to relationship.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 65.2%
  • PHP 30.9%
  • JavaScript 3.9%