Has anyone encountered this error when seeding? I had to comment the namespaces of scout and algolia to make the seeding work. Any ideas?
Here is a screenshot of my code. Here is a screenshot of my error.
Has anyone encountered this error when seeding? I had to comment the namespaces of scout and algolia to make the seeding work. Any ideas?
Here is a screenshot of my code. Here is a screenshot of my error.
You need to specify your application ID and API key in config/scout.php
file -
https://laravel.com/docs/master/scout#driver-prerequisites
Currently you application ID is set to: "your-application-id", that's why it cannot connect to Algolia.