googleplace
googleplace copied to clipboard
Class 'Illuminate\Support\Collection' not found
Hi and thank you for this code! I am currently using this in a WordPress project and ran into two issues. I will make to seperate issues to cover this. This one is fairly straightforward.
Class 'Illuminate\Support\Collection' not found
I fixed this by manually requiring illuminate/collections
but it would be nice if this library included it in the composer dependencies as well for people not running Laravel.
Thanks. I will do it
I am getting same error. Class "Illuminate\Support\Collection" not found.
composer require illuminate/collections
this code will fix error!