clevel / nova-prepopulate-searchable
A tool to allow BelongsTo searchable fields to be pre-populated with data
v1.0.5
2020-03-24 08:27 UTC
Requires
- php: >=7.1.0
- laravel/nova: >=1.0.13
README
Note
This package is incompatible with Create or add package. 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-prepopulate-searchable
Usage
On any BelongsTo
fields in your resources that are searchable()
, you can also add prepopulate()
to the method chain and the field will be prepopulated with values to choose from.
You may optionally pass through a search query to the prepopulate method, and the keywords passed will be used for the search initially, before resetting the search to being empty (as it currently is).
Credits
License
The MIT License (MIT). Please see License File for more information.