You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this extends scout with specific Algolia features (such as reimport). However by (temporarily) disbaling Algolia (i.e. in testing / local environment) via the SCOUT_DRIVER (null/ empty) the extended commands throw errors / still try to connect to Aloglia. Is it possible to add the correct checks to make sure that the commands still check the correct settings / config?
Steps To Reproduce
empty out the SCOUT_DRIVER env variable
run php artisan scout:status
run php artisan scout:reimport
The text was updated successfully, but these errors were encountered:
Description
Currently this extends scout with specific Algolia features (such as reimport). However by (temporarily) disbaling Algolia (i.e. in testing / local environment) via the SCOUT_DRIVER (
null
/ empty) the extended commands throw errors / still try to connect to Aloglia. Is it possible to add the correct checks to make sure that the commands still check the correct settings / config?Steps To Reproduce
empty out the SCOUT_DRIVER env variable
run
php artisan scout:status
run
php artisan scout:reimport
The text was updated successfully, but these errors were encountered: