rvkvino's avatar

Laravel jenssegers mongodb embedded document attribute not working

I have tried to set Attribute in my sub document model, but it's not working. protected $appends = array('image_full'); public function getImageUrlAttribute($value) { return 'http://localhost:8000/'.$this->image; } But it's not working, not returning the image_url value while using inside the subdocument.

0 likes
0 replies

Please or to participate in this conversation.