Skip to content

Commit 96c03c3

Browse files
committed
Add credit section.
1 parent 8ad8f3a commit 96c03c3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# laravel-filemanager
22

3+
PR is welcome.
4+
35
## Overview
46

5-
* Fork from [tsawler/laravel-filemanager](http://packalyst.com/packages/package/tsawler/laravel-filemanager)
6-
* support public and private folders for multi users
7-
* customizable views, routes and middlewares
8-
* supported locales : en, fr, zh-TW, zh-CN
7+
* The project was forked from [tsawler/laravel-filemanager](http://packalyst.com/packages/package/tsawler/laravel-filemanager)
8+
* Support public and private folders for multi users
9+
* Customizable views, routes and middlewares
10+
* Supported locales : en, fr, zh-TW, zh-CN
911

1012
## Requirements
1113

@@ -123,3 +125,11 @@ In `config/lfm.php` :
123125
```bash
124126
cp -rf vendor/unisharp/laravel-filemanager/src/views/ resources/views/vendor/laravel-filemanager/
125127
```
128+
129+
## Credits
130+
* All contibutors from GitHub. (issues / PR)
131+
* Special thanks to
132+
* [@taswler](https://github.com/tsawler) the author.
133+
* [@welcoMattic](https://github.com/welcoMattic) providing fr locale and lots of bugfixes.
134+
* [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image)
135+
* [@UniSharp members](https://github.com/UniSharp)

0 commit comments

Comments
 (0)