When using laravel 5.3's scout,
Follow the documentation https://laravel.com/docs/5.3/...
Execute the following command, and the following error occurs:
$ php artisan scout:import "App\Order"
[Exception]
AlgoliaSearch requires an applicationID.
what to do?
PHPz2017-05-16 16:52:38
Go to Algolia to register an account and get your appId. Because Laravel’s scout uses Algolia as the search service by default
https://www.algolia.com/