Algolia Search -> Command "php artisan scout:make-aggregator" is not defined.
Am trying out Algolia search and wanted to search across multiple models. Before I can be able to do that I need to run php artisan scout:make-aggregator NameOfAggregator but I keep getting this error in the terminal Command "scout:make-aggregator" is not defined..
I might be having an older version, but when I Have set up everything, I run a command
php artisan scout:import "App\Citizens"
That will generate necessary .index files in public folder.