count() parameter must be an array or an object that implements countable laravel

PHP
//add a typecast array to the array being called
$count = count((array)$originalArray);
Source

Also in PHP: