tm25138 Approved

Member since: 2017-08-31

Recent posts by tm25138
Post When

I have this:

public $morphToMany = [ 'tags' => [ 'P\Models\Tag', 'name' => 'taggable', 'table' => 'p...

Posted in How to use pivot model on morph to many relationship

I have products list in invoice form (relation manager). I have to be able to add products there and...

Posted in Show pivot modal only when adding one item and set default values when adding multiple without the modal