🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Framework integration / Laravel / Production

Scout Extended provides an overview of your indices, and allows you to track key metrics such as the number of records.

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.
Did you find this page helpful?