mustafatoker/nova-prepopulate-searchable

A tool to allow BelongsTo searchable fields to be pre-populated with data


Keywords
nova, laravel
License
MIT

Documentation

A tool to allow BelongsTo searchable fields to be pre-populated with data

Latest Version on Packagist Quality Score Total Downloads

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).

Prepopulate Search

Credits

License

The MIT License (MIT). Please see License File for more information.