shivanshrajpoot / nova-create-or-add
A Laravel Nova field.
Installs: 53 042
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 5
Language:Vue
pkg:composer/shivanshrajpoot/nova-create-or-add
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2025-11-29 02:37:07 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'),

