'json' ]; public function getPathAttribute($val) { if (empty($val)) { return null; } return path_to_url($val); } }