mindz-team / laravel-relationships

This is package that helps to manage updating model relationships automatically by performing an update on single model. When create or update object an observer action is triggered that automatically update, create or sync relations of an object according to relation type.
MIT License
1 stars 2 forks source link

Documentation improvement #2

Closed tomasztryka closed 1 year ago

tomasztryka commented 2 years ago

Please add to Readme/Usage section information about how to properly set up package, meaning that you need to use Mindz\LaravelRelationships\Traits\Relationship trait within model, because without that trait package isn't working.

shortcodes commented 2 years ago

@tomasztryka you are free to do that!

tomasztryka commented 1 year ago

Done !