hi everyone =3
install php7.2
count(null): 0
count(null): Parameter must be an array or an object that implements Countable
at count(null)in CrudTrait.php (line 83)
workaround by downgrading to php7.1
backpack/crud 3.2.22
laravel/framework v5.4.36
PHP 7.2
mysql 5.7.20
"backpack/crud": "^3.2"
upgrading to
"backpack/crud": "^3.3"
fixed my issue
Hi @Darival - thanks for sharing the solution!
Thanks @Darival same issue to me (with php 7.2). backpack/crud upgrade solves for me as well 馃憤
I Still have This Issue..
Most helpful comment
"backpack/crud": "^3.2"
upgrading to
"backpack/crud": "^3.3"
fixed my issue