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: Status
  • Searchable: the name of the searchable class.
  • Index: the name of the index at Algolia.
  • 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.
I