Exception with Queue Exception: Please install the Algolia client: algolia/algoliasearch-client-php. in vendor/laravel/scout/src/EngineManager.php:59
quangtam opened this issue · 1 comments
quangtam commented
Hi,
I using laravel-scout-mysql-driver with Laravel 6 and I've got exception when execute in Queue, I've got exception:
Exception: Please install the Algolia client: algolia/algoliasearch-client-php. in vendor/laravel/scout/src/EngineManager.php:59
I've config scout to use mysql but still got issue when run it in Queue
quangtam commented
It's my fault