I wanted to run
php artisan scout:import App\\Product
but composer showing
[ErrorException]
count(): Parameter must be an array or an object that implements Countable
In my composer.json I have this
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.3.*",
"laravelcollective/html":"5.3.*",
"gloudemans/shoppingcart": "^2.2",
"intervention/image": "^2.4",
"laravel/scout": "1.0",
"teamtnt/laravel-scout-tntsearch-driver": "1.*"
},
I can't fighure out the problem