Skip to content

Commit 41198d1

Browse files
committed
modify route document
1 parent f25ea4d commit 41198d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/customization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
Create route group to wrap package routes.
55

6-
Make sure `auth` middleware is present to :
7-
8-
1. prevent unauthorized uploads
9-
1. properly work with multi-user mode
10-
116
```php
127
Route::group(['prefix' => 'laravel-filemanager', 'middleware' => ['web', 'auth']], function () {
138
\UniSharp\LaravelFilemanager\Lfm::routes();
149
});
1510
```
1611

12+
Make sure `auth` middleware is present to :
13+
14+
1. prevent unauthorized uploads
15+
1. work properly with multi-user mode
16+
1717
1. Make sure urls below is correspond to your route (remember to include type parameter `?type=Images` or `?type=Files`) :
1818
* CKEditor
1919
```javascript

0 commit comments

Comments
 (0)