Oct 22, 2019
0
Level 1
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.
Please or to participate in this conversation.