resham / nova-search-select
A Package for Laravel Nova Search Select.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^7.3|^8.0
This package is not auto-updated.
Last update: 2025-04-15 09:03:17 UTC
README
Requirement
This is a package to integrate a selectable search with Laravel Nova version 4.
Installation
Require this package with composer.
composer require resham/nova-search-select
First Time Installation
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
Security
If you discover any issues, please email at reshampokhrel57@gmail.com.