Laravel Nova icon Nova Packages
C

Create New Resource(Same Form)

Readme

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

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 shivanshrajpoot/nova-create-or-add

Usage

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

// ...

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

Screenshots

Back to Top
Added 6 years ago
Last updated 6 Years Ago
Version 0.0.1
Composer
shivanshrajpoot/nova-create-or-add
GitHub stars 9
Packagist downloads 49,935

Favorites

17 users favorited

Rating

3.50
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas