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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,12 @@ class MyModel extends Eloquent
110
110
```php
111
111
return [
112
112
'path' => 'storage/app/public/',
113
+
113
114
'fields' => ['image']
114
115
];
115
116
```
116
117
- The above code expect field `image` in all models used `MediaRemovable` trait, We don't think it's a practical way but we keep it if someone need it.
117
-
- If you have move details than that you can use `details` instead.
118
+
- If you have more details than that you can use `details` instead.
0 commit comments