Artisan.page

scout:import

Import the given model into the search index

Terminal
php artisan scout:import [-c|--chunk [CHUNK]] [--] <model>

Options

chunkOptional

The number of records to import at a time (Defaults to configuration value: `scout.chunk.searchable`)

Arguments

modelRequired

Class name of model to bulk import