This is where your description should go. Try and limit it to a paragraph or two.
Add a screenshot of the tool here.
You can install the package in to a Laravel app that uses Nova via composer:
composer require alexbowers/nova-prepopulate-searchable
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).
If you discover any security related issues, please email bowersbros@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.