The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
Don't know if it's been already reported, but it seems a few threads are not shown correctly due to...
mabasic said: popolla said: @mabasic: maybe your image is more than 64kB? If so, try with MEDIUMBL...
@mabasic: maybe your image is more than 64kB? If so, try with MEDIUMBLOB.
Try storing directly as binary (e.g. jpg) then retrieving with a route/controller. A very basic exam...
Please elaborate "no luck". Are you using MySQL? If so, are you using BLOB or CLOB (TEXT)?...
@mabasic: I think something like this should work: $user->image = $big_image->encode('jpg', 80...
The Laravel portal for problem solving, knowledge sharing and community building.