laravel2580 / llaravel-filemanager
A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE
1.6.0
2016-08-03 12:18 UTC
Requires
- php: >=5.4.0
- illuminate/support: >=4.2.0
- intervention/image: 2.*
Suggests
- ext-gd: to use GD library based image processing.
- ext-imagick: to use Imagick based image processing.
This package is not auto-updated.
Last update: 2024-11-04 14:12:17 UTC
README
A files and images management user interface with file uploading support. (Works well with CKEditor and TinyMCE)
PR is welcome!
Overview
- The project was forked from tsawler/laravel-filemanager
- Customizable routes and middlewares
- Supported locales : en, fr, bg, tr, fa, es, pt-BR, tr, zh-CN, zh-TW, ar
- Supports public and private folders for multi users
- Supports multi-level folders
- Supports using independently(see integration doc)
Documents
Screenshots
- Independent usage example :
- List view :
- Grid view :
Credits
- All contibutors from GitHub. (issues / PR)
- Special thanks to
- @taswler the original author.
- @olivervogel for the awesome image library
- @welcoMattic providing fr translations and lots of bugfixes.
- @fraterblack TinyMCE 4 support and pt-BR translations.
- @1dot44mb tr translations.
- @Nikita240 fixing controller extending errors.
- @amin101 guide for independent use and fixes for url/directory error on Windows
- @nasirkhan bug fixes and alphanumeric filename check
- @petyots Bulgarian translation
- All @UniSharp members