在讀取資料時拼接圖片域名

mtansyx發表於2019-04-08

//在模型中加上這樣一段,查詢資料時獲取圖片就是拼接後的路徑,注:FurImage是資料庫欄位
//查詢時修改欄位格式或者值【自動觸發,無需呼叫】
public function getFurImageAttribute($field)
{
return $this->attributes[$field] = config('constants.default_uri').$field;
}

相關文章