Framework integration
/
Laravel
/
Production
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 thesearchableclass.Index: the name of the index at Algolia.Settings: whether the settings file is up-to-date or not.Local records: the number ofsearchablerecords in the database.Remote records: the number of records in the Algolia index.
Did you find this page helpful?