resham/nova-search-select is a Laravel package for a package for laravel nova search select..
It currently has 3 GitHub stars and 17 downloads on Packagist (latest version v1.0.0).
Install it with composer require resham/nova-search-select.
Discover more Laravel packages by resham
or browse all Laravel packages to compare alternatives.
Last updated
This is a package to integrate a selectable search with Laravel Nova version 4.
Require this package with composer.
composer require resham/nova-search-select
First run this command before the nova build
php artisan vendor:publish --tag=nova-search-select --force
After this, run the build command for development or production according to your need, then publish the resources
cd ./vendor/laravel/nova
mv webpack.mix.js.dist webpack.mix.js
npm ci
npm run dev
rm -rf node_modules
cd -
php artisan nova:publish
If you discover any issues, please email at [email protected].