Skip to content

tarreislam/laravel-scout-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

About laravel-scout-refresh-command

Refresh all your models containing the searchable trait

Installation

1. Install with composer

composer require tarre/laravel-scout-refresh

2. Add class to App\Console\Kernel.php

protected $commands = [
    \Tarre\LaravelScoutRefresh\Console\ScoutRefreshAllCommand::class
];

Usage

php artisan scout:refresh-all

About

Refresh all your models containing the Searchable trait

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages