troelskn / laravel-fillable-relations

Provides HasFillableRelations trait to Eloquent models
64 stars 23 forks source link

belongsToMany with pivot fields #10

Closed calinalexandru closed 5 years ago

calinalexandru commented 6 years ago

Hello! Added a check for pivot type fields, which then gets passed to model->attach attributes. I'm working on a project which relies heavily on these type of relations.

Thanks for the package btw, saves me hundreds of code lines :)

troelskn commented 5 years ago

Hey. Sorry I took a while to respond to this. It's a great addition -- I'll merge it in.