Commands.app

php artisan scout:import

Scout

Import models into search index

Examples
Common usage examples

Import Post model into search index

php artisan scout:import "App\Models\Post"
Notes
  • Requires Laravel Scout package
  • Works with Algolia, MeiliSearch, or other drivers
Related Commands
You might also find these useful