mustafatoker / nova-create-or-add
A Laravel Nova field.
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 1
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
README
Note
This package is incompatible with Prepopulate Searchable and the package is broken The Mainteners are no longer interested so i fixed both and will.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require mustafatoker/nova-create-or-add
Usage
// in Resource File use MustafaTOKER\NovaCreateOrAdd\NovaCreateOrAdd; // ... NovaCreateOrAdd::make('Manufacturer') ->searchable() ->prepopulate() ->rules('required'),
Credits
- Alex Bowers
- Mustafa TOKER
- Burak Tekin
- Mustafa Demir
License
The MIT License (MIT). Please see License File for more information.