Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
devmtm committed Jan 20, 2019
1 parent 0f12d43 commit 7339bb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class YourResource extends Resource {
{
return [
// ...
// This will appear in the resource detail view.
Notes::make('Notes','notes', Note::class),
// ...
];
Expand All @@ -42,5 +43,7 @@ class YourResource extends Resource {
}
```

Then, in resource detail page, you can add and delete notes for your resuorce as in the next image.

## Images
![notes](https://user-images.githubusercontent.com/41853913/51436776-328ba800-1c9c-11e9-975a-ac6f668d9664.PNG)

0 comments on commit 7339bb7

Please sign in to comment.