graymore / search-engine
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/graymore/search-engine
Requires
- php: >=8.0
- laravel/framework: ^8.0|^9.0|^10.0
- manticoresoftware/manticoresearch-php: ^3.0
Requires (Dev)
- phpunit/phpunit: >=7.5
This package is auto-updated.
Last update: 2025-10-05 18:56:26 UTC
README
Installing the package is very easy. But you need to strictly follow the installation rules to do so:
1. Perform a local installation of Manticoresearch
2. Install or Update the package with composer
composer require graymore/search-engine
3. Publish config and Shell Commands
php artisan vendor:publish --provider="Graymore\SearchEngine\SearchServiceProvider"
This command will publish the search.php
file to config/search.php
and connect the Shell module to your local terminal.
4. Setting file
app/search.php