You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ fi
19
19
```
20
20
21
21
## Notes
22
+
- use studly case for model name relationships as JSON keys (example: 'option_group' => 'OptionGroup'). This is important for case sensitive file systems.
22
23
- empty values are skipped
23
24
- the criteria/attributes for updateOrCreate are identified with a preleading underscore
24
25
- nested values represent relationships and are returned using where($key, $value)->first()->id
0 commit comments