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:
Searchable
: The name of thesearchable
classIndex
: The name of the index at AlgoliaSettings
: Whether the settings file is up-to-date or notLocal records
: The number ofsearchable
records in the databaseRemote records
: The number of records in the Algolia index.