If you just want a string, then replace
$sell->image = json_encode($imagelist);
with
$sell->image = implode(',', $imagelist);
woww thanx man it's working need one another help I want to fetch 1 image to show on home page after that i want to fetch all images in my gallery please suggest..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community