Download the PHP package xuandung38/laravel-filemanager without Composer
On this page you can find all versions of the php package xuandung38/laravel-filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xuandung38/laravel-filemanager
More information about xuandung38/laravel-filemanager
Files in xuandung38/laravel-filemanager
Package laravel-filemanager
Short Description A file upload/editor intended for use with Laravel 6.x and CKEditor / TinyMCE fix by xuandung38
License MIT
Informations about the package laravel-filemanager
Documents ・ Installation ・ Integration ・ Config ・ Customization ・ Events ・ Upgrade ・ Demo ・ FAQ
Installing alpha version
The alpha version of v2.0
contains support of cloud storage and fresh new UI with RWD.
- Run
composer require xuandung38/laravel-filemanager:dev-master
to get the latest code. - Run
composer require xuandung38/laravel-filemanager:v2.0.1
to get the latest release of alpha version.
v2.0 progress
- [x] (done) Unit test
- [x] (done) Integrate with Laravel Storage
- [x] (done) Multiple selection
- [x] (done) Responsive design
- [x] (done) Config refactoring
- [x] (done) JSON APIs
- [x] (done) Move to folder function
- [x] (done) Applying MIME icon generator
- [x] (done) Refactor floating action buttons
- [x] (done) Configurable disk of storage
- [x] (done) Bootstrap 4 support
- [x] (done) Remove bootbox
- [ ] Documents for v2.0
- [x] (done) Resize function RWD refactor
- [ ] ConfigHandler should overwrite most configs
- [ ] Events should pass object instead of only file path
- [ ] Add more events for files and folders manipulation
Documents of V1
https://github.com/xuandung38/laravel-filemanager/tree/v1/docs
Errors with namespace
We have changed namespace from Xuandung38
to Xuandung38
, and change the first character of every namespace into capital.
If you are updating this package and encounter any errors like Class not found
, please remove this package entirely and reinstall again.
v1.8 released
- Please follow the intructions in upgrade document.
- Important changes :
- Fix Windows compatibility (utf-8 file names and folder names).
- New feature : Copy & Crop. Thanks gwleuverink.
- Config document is refactored.
Security
It is important to note that if you use your own routes you must protect your routes to Laravel-Filemanager in order to prevent unauthorized uploads to your server. Fortunately, Laravel makes this very easy.
If, for example, you want to ensure that only logged in users have the ability to access the Laravel-Filemanager, simply wrap the routes in a group, perhaps like this:
This approach ensures that only authenticated users have access to the Laravel-Filemanager. If you are using Middleware or some other approach to enforce security, modify as needed.
If you use the laravel-filemanager default route, make sure the auth
middleware (set in config/lfm.php) is enabled and functional.
Contributors & Credits
Developers / Maintainers
- Stream
- @gwleuverink
- All @Unisharp members
Contributors
- All contibutors from GitHub. (issues / PR)
- @taswler the original author of this package.
- Nathan for providing security suggestions.
- @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.
All versions of laravel-filemanager with dependencies
ext-exif Version *
ext-fileinfo Version *
intervention/image Version 2.*
illuminate/config Version 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*|| 6.*
illuminate/filesystem Version 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*|| 6.*
illuminate/support Version 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*|| 6.*
illuminate/http Version 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*|| 6.*
illuminate/container Version 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*|| 6.*