Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spatie/laravel-site-search
Create a full-text search index by crawling your site
https://github.com/spatie/laravel-site-search
crawl hacktoberfest laravel php search site
Last synced: 4 days ago
JSON representation
Create a full-text search index by crawling your site
- Host: GitHub
- URL: https://github.com/spatie/laravel-site-search
- Owner: spatie
- License: mit
- Created: 2021-09-14T06:58:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T11:21:33.000Z (6 months ago)
- Last Synced: 2024-12-01T04:34:40.464Z (11 days ago)
- Topics: crawl, hacktoberfest, laravel, php, search, site
- Language: PHP
- Homepage: https://docs.spatie.be/laravel-site-search
- Size: 226 KB
- Stars: 273
- Watchers: 6
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support-us.md
Awesome Lists containing this project
- awesome-meilisearch - Laravel Site Search - Create a full-text search index by crawling your site (Tools / Community Tools)
README
# Create a full-text search index by crawling your site
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-site-search.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-site-search)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-site-search.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-site-search)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
[](https://spatie.be/github-ad-click/laravel-site-search)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
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](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Documentation
You will find full documentation on [the dedicated documentions site](https://spatie.be/docs/laravel-site-search).
## Testing
Before running the test, make sure you are running Meilisearch locally.
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.