Skip to content

Commit 8d06f7f

Browse files
committed
Merge pull request #27 from tsawler/Development
Updated readme
2 parents 279de74 + 89545f3 commit 8d06f7f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ following command:
4545

4646
`php artisan vendor:publish --tag=lfm_views`
4747

48-
1. By default, the package will use its own routes. If you don't want to use those routes (and you probably don't,
49-
since they do not enforce any kind of security), change this entry in config/lfm.php to false:
48+
1. By default, the package will use its own routes. If you don't want to use those routes, change this entry in config/lfm.php to false:
5049

5150
```php
5251
'use_package_routes' => true,
5352
```
5453

54+
You will, of course, have to set up your own routes.
55+
5556
1. If you don't want to use the default image/file directory or url, update the appropriate lines in config/lfm.php:
5657

5758
```php
@@ -82,7 +83,7 @@ CKEditor instance as follows:
8283

8384
## Security
8485

85-
It is important to note that __you must protect your routes to Laravel-Filemanager in order to prevent
86+
It is important to note that if you use your own routes __you must protect your routes to Laravel-Filemanager in order to prevent
8687
unauthorized uploads to your server__. Fortunately, Laravel makes this very easy.
8788

8889
If, for example, you want to ensure that only logged in users have the ability to access the Laravel-Filemanager,

0 commit comments

Comments
 (0)