Download the PHP package foostart/package-filemanager without Composer
On this page you can find all versions of the php package foostart/package-filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package package-filemanager
Laravel Filemanager
- Document : foostart.github.io/package-filemanager
- Demo : Laravel Filemanager container
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 package-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 package-filemanager, simply wrap the routes in a group, perhaps like this:
This approach ensures that only authenticated users have access to the package-filemanager. If you are using Middleware or some other approach to enforce security, modify as needed.
If you use the package-filemanager default route, make sure the auth
middleware (set in config/lfm.php) is enabled and functional.
v2.0 progress
- [x] (done) Unit test
- [x] (done) Integrate with Laravel Storage
- [x] (done) Multiple selection
- [ ] Configurable disk of storage
- [ ] (in progress) Responsive design
- [ ] (in progress) Config refactoring
- [x] (done) JSON APIs
- [ ] Move to folder function
- [ ] Applying MIME icon generator
- [x] (done) Bootstrap 4 support
Contributors & Credits
Developers / Maintainers
- Stream
- @gwleuverink
- All @foostart members
Contributors
- All contibutors from GitHub. (issues / PR)
- @taswler the original author of this package.
- Nathan for providing security suggestions.
Credits
- @olivervogel for the awesome image library.
- SVG Loaders by Sam (Licensed MIT)
All versions of package-filemanager with dependencies
ext-exif Version *
ext-fileinfo Version *
illuminate/support Version >=4.2.0
intervention/image Version 2.*