86 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| <p align="center"><img src="https://unisharp.github.io/laravel-filemanager/images/logo_vertical_colored.png"></p>
 | |
| 
 | |
| <p align="center">
 | |
|   <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://poser.pugx.org/unisharp/laravel-filemanager/downloads"></a>
 | |
|   <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/packagist/dm/unisharp/laravel-filemanager.svg"></a>
 | |
|   <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://img.shields.io/badge/stable-2.4.1-blue.svg"></a>
 | |
|   <a target="_blank" href="https://packagist.org/packages/unisharp/laravel-filemanager"><img src="https://poser.pugx.org/unisharp/laravel-filemanager/license"></a>
 | |
|   <br>
 | |
|   <a href="https://github.styleci.io/repos/39873788?branch=master"><img src="https://github.styleci.io/repos/39873788/shield?branch=master" alt="StyleCI"></a>
 | |
|   <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>
 | |
|   <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>
 | |
|   <a target="_blank" href="https://codeclimate.com/github/UniSharp/laravel-filemanager/maintainability"><img src="https://api.codeclimate.com/v1/badges/e51f2ef8f4d9f97268db/maintainability" /></a>
 | |
| </p>
 | |
| 
 | |
| <p align="center">
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/">Documents</a>
 | |
| ・
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/installation">Installation</a>
 | |
| ・
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/integration">Integration</a>
 | |
| ・
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/config">Config</a>
 | |
| ・
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/customization">Customization</a>
 | |
| ・
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/events">Events</a>
 | |
| ・
 | |
|   <a href="http://unisharp.github.io/laravel-filemanager/upgrade">Upgrade</a>
 | |
| ・
 | |
|   <a href="https://github.com/UniSharp/laravel-filemanager-example-5.3">Demo</a>
 | |
| ・
 | |
|   <a href="https://github.com/UniSharp/laravel-filemanager/wiki">FAQ</a>
 | |
| </p>
 | |
| 
 | |
| ## Features
 | |
|  * File upload and management
 | |
|  * Uploading validation
 | |
|  * Cropping and resizing of images
 | |
|  * RWD user interface, and can be entirely customized
 | |
|  * Supporting multiple files selection
 | |
|  * Supporting cloud storages integration(with Laravel file system)
 | |
|  * Multiple integration options:
 | |
|     * WYSIWYG editors integration (CKEditor, TinyMCE, Summernote)
 | |
|     * Standalone upload button
 | |
|     * Iframe
 | |
|  * Multi-user mode:
 | |
|     * Shared folders: all users can upload and manage files
 | |
|     * Private folders: dedicated folder for each user, only the owner can upload or manage files within
 | |
|  * Customizable routes, middlewares, views, and folder path
 | |
|  * Supports two categories: files and images. Each type works in different directory.
 | |
|  * 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
 | |
| 
 | |
| ## v2.0 backlogs
 | |
| 
 | |
| There are still some thing we need to do make this package better:
 | |
| * [x] Documents for v2.0.0
 | |
| * [x] Add more events for files and folders manipulation
 | |
| * [ ] Events should pass object instead of only file path
 | |
| 
 | |
| We are also going to gain more integration like vue.js and Laravel Nova. Any PR is welcome!
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Maintainers
 | |
| 
 | |
|  * [Stream](https://github.com/streamtw)
 | |
|  * [Youchen Lee](https://github.com/youchenlee)
 | |
|  * [Willem Leuverink](https://github.com/gwleuverink)
 | |
| 
 | |
| ## Contributors
 | |
| 
 | |
|  * All [@UniSharp](https://github.com/UniSharp) members
 | |
|  * Security contributors (sort by alphabet)
 | |
|     * Ayon Hasan (@lollipopl337)
 | |
|     * Nathan
 | |
|  * [@mdnazmulhasan27771](https://github.com/mdnazmulhasan27771) the designer of our logo. (Licensed CC BY 4.0)
 | |
|  * [All contibutors](https://github.com/UniSharp/laravel-filemanager/graphs/contributors) from GitHub. (issues / PR)
 | |
| 
 | |
| ## Credits
 | |
| 
 | |
|  * [@taswler](https://github.com/tsawler) the original author of this package.
 | |
|  * [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image).
 | |
|  * SVG Loaders by [Sam](http://samherbert.net/svg-loaders/) (Licensed MIT)
 | |
|  * Articles and videos which helped promoting this package.
 | |
|  * All users and you.
 | 
