https://github.com/plong-wasin/laravel-scout-refresh
The scout:refresh and scout:fresh commands are part of the larave-scout-refresh package, which provides additional functionality for refreshing and managing the search index in Laravel Scout.
https://github.com/plong-wasin/laravel-scout-refresh
laravel-package laravel-scout
Last synced: 2 months ago
JSON representation
The scout:refresh and scout:fresh commands are part of the larave-scout-refresh package, which provides additional functionality for refreshing and managing the search index in Laravel Scout.
- Host: GitHub
- URL: https://github.com/plong-wasin/laravel-scout-refresh
- Owner: Plong-Wasin
- License: mit
- Created: 2023-06-19T07:45:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T07:25:02.000Z (10 months ago)
- Last Synced: 2025-01-19T06:00:41.756Z (4 months ago)
- Topics: laravel-package, laravel-scout
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package laravel-scout-refresh
[](https://packagist.org/packages/wasinpwg/laravel-scout-refresh)
[](https://github.com/Plong-Wasin/laravel-scout-refresh/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/Plong-Wasin/laravel-scout-refresh/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/wasinpwg/laravel-scout-refresh)The `scout:refresh` and `scout:fresh` commands are part of the larave-scout-refresh package, which provides additional functionality for refreshing and managing the search index in Laravel Scout.
## Installation
You can install the package via composer:
```bash
composer require wasinpwg/laravel-scout-refresh
```## Usage
```bash
php artisan scout:refresh
php artisan scout:fresh
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Wasin Phungwigrai](https://github.com/Plong-Wasin)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.