graymore / search-engine
v1.2.1-beta
2023-09-22 09:58 UTC
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-03-05 17:38:14 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