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

This is my solution:

count(array($variable));

hope it works!

Leave a Comment