search

Home  >  Q&A  >  body text

Laravel 5.3:AlgoliaSearch requires an applicationID

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?

習慣沉默習慣沉默2743 days ago1080

reply all(1)I'll reply

  • PHPz

    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/

    reply
    0
  • Cancelreply