Skip to content

0.2.0

Compare
Choose a tag to compare
@tunecino tunecino released this 16 Apr 18:28
· 10 commits to master since this release

Added more configuration options to the $relation property.
Now there are 3 different ways to declare a relation:

'relations' => ['relation'],
'relations' => ['relation' => 'controller'],
'relations' => ['relation' => ['url' => controller']],