attributes['cart_data'] = serialize($value); } public function getCartDataAttribute($value) { return unserialize($value); } }