I have this Laravel 5.3 tinny collection:
Collection {#325 ▼
#items: array:8 [▼
0 => 2638
1 => 2100
2 => 5407
3 => 2970
4 => 4481
5 => 1611
6 => 5345
7 => 50
]
}
And I want combined in only string the values, I need this:
"2638,2100,5407,2970,4481,1611,5345,50"