Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 81 forks source link

Pass pivot values #31

Closed tswonke closed 4 years ago

tswonke commented 4 years ago

With this change one can pass additional pivot values. Example:

   BelongsToManyField::make('Participants', 'participants', User::class, ['role' => 'participant']),
Benjacho commented 4 years ago

Could you write docs and example in README? please

Benjacho commented 4 years ago

Another PR did this feature with a method that is more understandable, thanks for your contribution