Integrations
/
Frameworks
/
Laravel
/
Get Status Overview
Jan. 22, 2021
Get Status Overview
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:
Copy
$
php artisan scout:status
This Artisan command outputs a table with the following content:
Searchable
: the name of thesearchable
class.Index
: the name of the index at Algolia.Settings
: whether the settings file is up-to-date or not.Local records
: the number ofsearchable
records in the database.Remote records
: the number of records in the Algolia index.
Did you find this page helpful?