shivanshrajpoot / nova-create-or-add
A Laravel Nova field.
Package info
github.com/shivanshrajpoot/nova-create-or-add
Language:Vue
pkg:composer/shivanshrajpoot/nova-create-or-add
0.0.1
2018-11-28 09:19 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2026-03-01 00:26:19 UTC
README
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'),

