googleplace icon indicating copy to clipboard operation
googleplace copied to clipboard

Class 'Illuminate\Support\Collection' not found

Open Levdbas opened this issue 3 years ago • 2 comments

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.

Levdbas avatar Jul 11 '21 08:07 Levdbas

Thanks. I will do it

digitaldreams avatar Jul 11 '21 10:07 digitaldreams

I am getting same error. Class "Illuminate\Support\Collection" not found.

composer require illuminate/collections this code will fix error!

apartamenti avatar Sep 29 '22 19:09 apartamenti