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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,13 @@ Next add the package service provider to your providers configuration in Laravel
19
19
```
20
20
21
21
Now you can assign the middleware `remember.files` to routes that you want the packages functionality to operate on.
22
+
23
+
## Usage
24
+
25
+
To ensure that remembered files remain as such accross page refreshes (due to other validation errors) you need to include a reference by way of using a hidden input field with the name `_rememberedFiles`.
0 commit comments