north521 / hyperf-scout
Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
dev-main
2022-12-27 09:14 UTC
Requires
- php: >=8.0
- hyperf/command: ~2.2.0
- hyperf/contract: ~2.2.0
- hyperf/database: ~2.2.0
- hyperf/event: ~2.2.0
- hyperf/macroable: ~2.2.0
- hyperf/model-listener: ~2.2.0
- hyperf/utils: ~2.2.0
- psr/container: ^1.0|^2.0
- psr/event-dispatcher: ^1.0
Suggests
- hyperf/elasticsearch: Required to use elasticsearch driver.
- hyperf/paginator: Required to use paginate method.
This package is auto-updated.
Last update: 2025-03-27 14:36:34 UTC
README
Disclaimer: This package is a derivation of laravel/scout. Our respect goes to the authors of Laravel for providing such an excellent package.