Closed tswonke closed 4 years ago
With this change one can pass additional pivot values. Example:
BelongsToManyField::make('Participants', 'participants', User::class, ['role' => 'participant']),
Could you write docs and example in README? please
Another PR did this feature with a method that is more understandable, thanks for your contribution
With this change one can pass additional pivot values. Example: