Skip to content

Commit b2aad60

Browse files
author
phoenix
committed
add RoadMap
1 parent 702e375 commit b2aad60

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Belongs To Many Field for simple manage Nested relation tree. Enables attaching
77

88
![nova-nested-tree-attach-many](https://user-images.githubusercontent.com/74270064/98738291-8a872780-23b8-11eb-8c76-a8605abe69f8.gif)
99

10+
### RoadMap
11+
12+
- [ ] Validation
13+
- [ ] Show selected categories on Detail
14+
- [ ] Ability to pass your own tree
15+
1016
### Installation
1117

1218
```bash
@@ -31,6 +37,16 @@ public function fields(Request $request)
3137
}
3238
```
3339

40+
Your model should has NodeTrait form package kalnoy/nestedset see RoadMap
41+
42+
```php
43+
44+
class Category extends Model
45+
{
46+
use NodeTrait;
47+
}
48+
```
49+
3450
### Options
3551

3652
Here are a few customization options

0 commit comments

Comments
 (0)