tarre/laravel-scout-refresh
最新稳定版本:1.0.5
Composer 安装命令:
composer require tarre/laravel-scout-refresh
包简介
Flush and import all models with the "Searchable" trait
README 文档
README
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
统计信息
- 总下载量: 19.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-28