Skip to content

Commit e087061

Browse files
authored
Update README.md
1 parent 4a02854 commit e087061

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Banner](resources/imgs/banner.jpg "Banner")
22

33
## Nova Inline Relationship
4-
Nova Inline Relationship is meant to present a relationship based property as an inline property for a Laravel Nova Resource.
4+
Nova Inline Relationship allows you to manage (add/edit/update/delete/reorder) an object's relationships directly from the parent object's create/edit screens. By presenting relationships as inline properties you can provide content editors with a streamlined and efficient workflow for managing complex data.
55

66
## Requirements
77

@@ -19,7 +19,7 @@ composer require kirschbaum-development/nova-inline-relationship
1919

2020
To use `NovaInlineRelationship` in your Model's resource all you need to do is to add an inline method to the regular syntax of your related Model's Resource field(s).
2121

22-
If we assume that a `BlogPost` model has a one-to-many relationship with `Image`, your `BlogPost` resource would like the following:
22+
If we assume that a `BlogPost` model has a one-to-many relationship with `Image`, your `BlogPost` resource would look like the following:
2323

2424
```php
2525
namespace App\Nova;

0 commit comments

Comments
 (0)