spatie / laravel-site-search

Create a full-text search index by crawling your site

Home Page:https://docs.spatie.be/laravel-site-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a full-text search index by crawling your site

Latest Version on Packagist Total Downloads

This package can crawl and index your entire site. You can think of it as private Google search. What gets crawled and indexed can be highly customized. Under the hood Meilisearch is used to provide blazing fast search speeds.

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

Before running the test, make sure you are running Meilisearch locally.

composer test

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.

About

Create a full-text search index by crawling your site

https://docs.spatie.be/laravel-site-search

License:MIT License


Languages

Language:PHP 97.5%Language:Blade 2.5%