|
1 | 1 | <p align="center"><img src="https://unisharp.github.io/laravel-filemanager/images/logo_vertical_colored.png"></p> |
2 | 2 |
|
3 | 3 | <p align="center"> |
| 4 | + <a href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/packagist/v/unisharp/laravel-filemanager" alt="Latest Stable Version"></a> |
4 | 5 | <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://poser.pugx.org/unisharp/laravel-filemanager/downloads"></a> |
5 | 6 | <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/packagist/dm/unisharp/laravel-filemanager.svg"></a> |
6 | | - <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/badge/stable-2.0.0-blue.svg"></a> |
| 7 | + <!-- <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/badge/stable-2.6.4-blue.svg"></a> --> |
7 | 8 | <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://poser.pugx.org/unisharp/laravel-filemanager/license"></a> |
8 | 9 | <br> |
9 | | - <a target="_blank" href="https://travis-ci.org/UniSharp/laravel-filemanager"><img src="https://img.shields.io/travis/UniSharp/laravel-filemanager.svg"></a> |
| 10 | + <a href="https://github.styleci.io/repos/39873788?branch=master"><img src="https://github.styleci.io/repos/39873788/shield?branch=master" alt="StyleCI"></a> |
| 11 | + <a target="_blank" href="https://scrutinizer-ci.com/g/UniSharp/laravel-filemanager/?branch=master"><img src="https://scrutinizer-ci.com/g/UniSharp/laravel-filemanager/badges/build.png?b=master"></a> |
10 | 12 | <a target="_blank" href="https://scrutinizer-ci.com/g/UniSharp/laravel-filemanager/"><img src="https://scrutinizer-ci.com/g/UniSharp/laravel-filemanager/badges/quality-score.png?b=master"></a> |
11 | 13 | <a target="_blank" href="https://codeclimate.com/github/UniSharp/laravel-filemanager/maintainability"><img src="https://api.codeclimate.com/v1/badges/e51f2ef8f4d9f97268db/maintainability" /></a> |
12 | | - <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/badge/unstable-dev--master-orange.svg"></a> |
13 | 14 | </p> |
14 | 15 |
|
| 16 | + |
| 17 | + |
15 | 18 | <p align="center"> |
16 | 19 | <a href="http://unisharp.github.io/laravel-filemanager/">Documents</a> |
17 | 20 | ・ |
|
32 | 35 | <a href="https://github.com/UniSharp/laravel-filemanager/wiki">FAQ</a> |
33 | 36 | </p> |
34 | 37 |
|
35 | | -## v2.0 progress |
36 | | -🎉 Finally v2.0.0 has been released! 🎉 |
37 | | - |
38 | | -These are primary features of this update: |
39 | | -* Redesigned RWD user interface. |
40 | | -* Supporting multiple files selection. |
41 | | -* Supporting cloud storages integration(with Laravel file system). |
42 | | -* Refactored code and increased test coverage. |
43 | | - |
44 | | -Although it is not perfect enough, we decided to release it. Now users who want the above features won't need to install alpha versions anymore. |
| 38 | +## Features |
| 39 | + * File upload and management |
| 40 | + * Uploading validation |
| 41 | + * Cropping and resizing of images |
| 42 | + * RWD user interface, and can be entirely customized |
| 43 | + * Supporting multiple files selection |
| 44 | + * Supporting cloud storages integration(with Laravel file system) |
| 45 | + * Multiple integration options: |
| 46 | + * WYSIWYG editors integration (CKEditor, TinyMCE, Summernote) |
| 47 | + * Standalone upload button |
| 48 | + * Iframe |
| 49 | + * Multi-user mode: |
| 50 | + * Shared folders: all users can upload and manage files |
| 51 | + * Private folders: dedicated folder for each user, only the owner can upload or manage files within |
| 52 | + * Customizable routes, middlewares, views, and folder path |
| 53 | + * Supports two categories: files and images. Each type works in different directory. |
| 54 | + * Supported locales : ar, az, bg, cs, de, el, en, es, eu, fa, fr, he, hu, id, it, ka, nl, pl, pt, pt-BR, ro, rs, ru, sk, sv, tr, uk, vi, zh-CN, zh-TW |
45 | 55 |
|
46 | | -There are still some thing we need to do make this package better: |
47 | | -* [ ] Documents for v2.0.0 |
48 | | -* [ ] Events should pass object instead of only file path |
49 | | -* [ ] Add more events for files and folders manipulation |
50 | | - |
51 | | -We are also going to gain more integration like vue.js and Laravel Nova. Any PR is welcome! |
52 | | - |
53 | | - |
| 56 | +## Maintainers |
54 | 57 |
|
55 | | -## Contributors & Credits |
| 58 | + * [Stream](https://github.com/streamtw) |
| 59 | + * [Youchen Lee](https://github.com/youchenlee) |
| 60 | + * [Willem Leuverink](https://github.com/gwleuverink) |
56 | 61 |
|
57 | | -### Developers / Maintainers |
| 62 | +## Contributors |
58 | 63 |
|
59 | | - * [Stream](https://github.com/g0110280) |
60 | | - * [@gwleuverink](https://github.com/gwleuverink) |
61 | 64 | * All [@UniSharp](https://github.com/UniSharp) members |
62 | | - |
63 | | -### Contributors |
64 | | - |
65 | | - * [All contibutors](https://github.com/UniSharp/laravel-filemanager/graphs/contributors) from GitHub. (issues / PR) |
66 | | - * [@taswler](https://github.com/tsawler) the original author of this package. |
67 | | - * Nathan for providing security suggestions. |
| 65 | + * Security contributors (sort by alphabet) |
| 66 | + * Ayon Hasan (@lollipopl337) |
| 67 | + * Nathan |
68 | 68 | * [@mdnazmulhasan27771](https://github.com/mdnazmulhasan27771) the designer of our logo. (Licensed CC BY 4.0) |
| 69 | + * [All contibutors](https://github.com/UniSharp/laravel-filemanager/graphs/contributors) from GitHub. (issues / PR) |
69 | 70 |
|
70 | | -### Credits |
| 71 | +## Credits |
71 | 72 |
|
| 73 | + * [@taswler](https://github.com/tsawler) the original author of this package. |
72 | 74 | * [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image). |
73 | 75 | * SVG Loaders by [Sam](http://samherbert.net/svg-loaders/) (Licensed MIT) |
74 | 76 | * Articles and videos which helped promoting this package. |
|
0 commit comments