Laravel Meilisearch Flush

php artisan scout:import "App\Models\Post"
php artisan scout:flush "App\Models\Post"
Asif Patel