in the model normally with many - many relationship you can ask to get extra columns).. something like this:
return $this->belongsToMany('App\Role')->withPivot('column1', 'column2');
so maybe try that
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community