Integrations / Frameworks / Laravel / Get Status Overview
Feb. 19, 2019

Get Status Overview

Get status overview

Scout Extended provides a beautiful overview of your application indexes, allowing you to easily monitor the number of records, among other key metrics.

To get an overview of your application indexes, use the scout:status Artisan command:

$
php artisan scout:status

This Artisan command will output 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?