Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nhalstead authored Oct 13, 2020
1 parent 29d173e commit eef4294
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Make laravel model relationships transferable!

This is perfect to use when you want a model relationships to me assigned to another model (of the same type) and not be deleted or set null.

## Install

```bash
composer require nhalstead/transferable
```

## How to use

On the model its self you need to add in the use statement and optionally add in the implements to block the model from being deleted.
Expand Down

0 comments on commit eef4294

Please sign in to comment.