spatie / laravel-site-search
A site search engine
Fund package maintenance!
Requires
- php: ^8.4
- illuminate/contracts: ^12.0|^13.0
- illuminate/http: ^12.0|^13.0
- laravel/prompts: ^0.1.23|^0.3.13
- spatie/crawler: ^9.0
- spatie/laravel-package-tools: ^1.93
Requires (Dev)
- guzzlehttp/guzzle: ^7.10
- larastan/larastan: ^3.0
- meilisearch/meilisearch-php: ^1.16.1
- nunomaduro/collision: ^8.9.1
- orchestra/testbench: ^10.9|^11.0
- pestphp/pest: ^4.4.1
- pestphp/pest-plugin-laravel: ^4.1
- spatie/laravel-ray: ^1.43.6
Suggests
- meilisearch/meilisearch-php: Required to use the MeiliSearch engine.
- dev-main
- 3.0.2
- 3.0.1
- 3.0.0
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.2
- 2.1.0
- 2.0.0
- v1.x-dev
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-feature/strip-query-strings
- dev-feature/isolatable-crawl-command
- dev-laravel-13-pest-4
- dev-fix-meilisearch-ci
- dev-laravel-13
- dev-job
This package is auto-updated.
Last update: 2026-03-04 13:38:21 UTC
README
Create a full-text search index by crawling your site
This package can crawl and index your entire site. You can think of it as a private Google search. What gets crawled and indexed can be highly customized. By default, a local SQLite database with FTS5 is used, so no external dependencies are needed. Optionally, you can use Meilisearch for more advanced search features.
When crawling your site, multiple concurrent connections are used to speed up the crawling process.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Documentation
You will find full documentation on the dedicated documentions site.
Testing
composer test
Some tests require a local Meilisearch instance running on port 7700.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.