8000 Update store.md (#215) · anthony-dee/laravel-excel-docs@8e5d0eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e5d0eb

Browse files
authored
Update store.md (SpartnerNL#215)
Add warning about unsupported filename characters
1 parent e6da481 commit 8e5d0eb

File tree

EF2D

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

3.1/exports/store.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,16 @@ public function storeExcel()
5050
}
5151
```
5252

53+
::: warning File names cannot include certain characters:
54+
< (less than)
55+
> (greater than)
56+
: (colon)
57+
" (double quote)
58+
/ (forward slash)
59+
\ (backslash)
60+
| (vertical bar or pipe)
61+
? (question mark)
62+
* (asterisk) :::
63+
5364
## Note about queuing
5465
If you are storing the export using `Excel::queue()` or using the `ShouldQueue` interface, make sure to have a look at the [queuing docs](https://docs.laravel-excel.com/3.1/exports/queued.html)

0 commit comments

Comments
 (0)
0