dnsoft / laravel-filemanager
A file upload/editor intended for use with Laravel 5 to 6 and CKEditor / TinyMCE
v2.8.2
2021-11-04 14:39 UTC
Requires
- php: >=7.2.0
- ext-exif: *
- ext-fileinfo: *
- illuminate/config: 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
- illuminate/container: 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
- illuminate/filesystem: 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
- illuminate/http: 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
- illuminate/support: 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
- intervention/image: 2.*
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: ^3.1
Suggests
- ext-gd: to use GD library based image processing.
- ext-imagick: to use Imagick based image processing.
- dev-master
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v2.0.0-alpha8
- v2.0.0-alpha7
- v2.0.0-alpha6
- v2.0.0-alpha5
- v2.0.0-alpha4
- v2.0.0-alpha3
- v2.0.0-alpha2
- v2.0.0-alpha
- v1.x-dev
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2.2
- v1.8.2.1
- v1.8.2
- v1.8.2-alpha
- v1.8.1
- v1.8.0
- v1.7.7
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.7-alpha
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0-alpha
- 1.3.0-alpha
- 1.2.0
- 1.1.1
- 1.1.0
- 1.1.0-alpha
- v1.0.1
- v1.0.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-laravel-50
This package is auto-updated.
Last update: 2024-10-31 00:24:16 UTC
README
Documents ・ Installation ・ Integration ・ Config ・ Customization ・ Events ・ Upgrade ・ Demo ・ FAQ
v2.0 progress
🎉 Finally v2.0.0 has been released! 🎉
These are primary features of this update:
- Redesigned RWD user interface.
- Supporting multiple files selection.
- Supporting cloud storages integration(with Laravel file system).
- Refactored code and increased test coverage.
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.
There are still some thing we need to do make this package better:
- Documents for v2.0.0
- Events should pass object instead of only file path
- Add more events for files and folders manipulation
We are also going to gain more integration like vue.js and Laravel Nova. Any PR is welcome!
Contributors & Credits
Developers / Maintainers
- Stream
- @gwleuverink
- All @UniSharp members
Contributors
- All contibutors from GitHub. (issues / PR)
- @taswler the original author of this package.
- Security contributors (sort by alphabet)
- Ayon Hasan (@lollipopl337)
- Nathan
- @mdnazmulhasan27771 the designer of our logo. (Licensed CC BY 4.0)
Credits
- @olivervogel for the awesome image library.
- SVG Loaders by Sam (Licensed MIT)
- Articles and videos which helped promoting this package.
- All users and you.