Skip to main content
To get an overview of your application indexes, use the scout:status Artisan command:
php artisan scout:status
This Artisan command outputs a table with the following content: Screenshot of terminal output for the scout:status Artisan command showing searchable items, index, settings, and record counts.
  • Searchable: the name of the searchable class.
  • Index: the name.
  • Settings: whether the settings file is up-to-date or not.
  • Local records: the number of searchable records in the database.
  • Remote records: the number of records in the Algolia index.
Last modified on February 18, 2026