3.8.0
Changed
- Pivot attributes now aren't configurable through
config/apiable.php
, they will always be applied as long as there are any under the relationship. They can be found underrelationships.data.*.meta
and keyed following the same as before:pivot_name_pivot_attribute
(pivot_name
being customisable through: https://laravel.com/docs/10.x/eloquent-relationships#customizing-the-pivot-attribute-name)