An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# This is my package laravel-scout-refresh

[![Latest Version on Packagist](https://img.shields.io/packagist/v/wasinpwg/laravel-scout-refresh.svg?style=flat-square)](https://packagist.org/packages/wasinpwg/laravel-scout-refresh)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/Plong-Wasin/laravel-scout-refresh/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/Plong-Wasin/laravel-scout-refresh/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/Plong-Wasin/laravel-scout-refresh/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/Plong-Wasin/laravel-scout-refresh/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/wasinpwg/laravel-scout-refresh.svg?style=flat-square)](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.