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.
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.
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.