A files and images management user interface with file uploading support. (Works well with CKEditor and TinyMCE)
PR is welcome!
- The project was forked from tsawler/laravel-filemanager
- Customizable routes and middlewares
- Supported locales : en, fr, pt-BR, tr, zh-CN, zh-TW
- Supports public and private folders for multi users
- Supports multi-level folders
- Supports using independently(see integration doc)
composer update unisharp/laravel-filemanager
php artisan vendor:publish --tag=lfm_view --force
php artisan vendor:publish --tag=lfm_config --force
(IMPORTANT: please backup your ownconfig/lfm.php
first)
- Independent usage example :
- List view :
- Grid view :
- 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
- All @UniSharp members