You can install the package in to a Laravel app that uses Nova via composer:
composer require denisjunio/nova-create-or-add
// in Resource File
use DenisJunio\NovaCreateOrAdd\NovaCreateOrAdd;
// ...
NovaCreateOrAdd::make('Manufacturer')
->searchable()
->required(),
The MIT License (MIT). Please see License File for more information.