having error "Please install the Algolia client: algolia/algoliasearch-client-php." while adding new product.
-
Hi there,
Which version of bagisto are you using. -
same problem and the version my bagisto version is 1.4.3
-
Same issue for me. I've followed all tips without success.
I'm using xampp -
check by adding -> 'driver' => env('SCOUT_DRIVER'), in scout.php
-
@Damidu check your issue by updating -> 'driver' => env('SCOUT_DRIVER'),
in scout.php
-
Hi there,
Please check the SCOUT_DRIVER in below given files.packages/Webkul/Core/src/Config/scout.php
config/scout.php -
If still you are getting the same issue then please let me know.
-
@sanjay-webkul I have done the changes in scout.php as you have suggested but the issue still I am facing. I have used Bagisto version 1.4.5
-
Hi there,
Please raise a support ticket Here.
I need to check on your instance, because i am not getting this issue in our v1.4.5. -
Hey, I have had the same issue and I solved it by:
'driver' => env('SCOUT_DRIVER', 'null'),
in
- config/scout.php
- packages/Webkul/Core/src/Config/scout.php
Make sure you do
php artisan config:clear php artisan optimize:clear
afterwards