Download the PHP package iemand002/filemanager without Composer
On this page you can find all versions of the php package iemand002/filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filemanager
laravel-filemanager
- Multi language file manager package based on https://web.archive.org/web/20160425103612/http://laravelcoding.com:80/blog/laravel-5-beauty-upload-manager?tag=L5+Beauty
- Using to create image transforms (inspired by ).
- Now able to select multiple files at once using localstorage
- Integration with Dropbox for loading files directly from Dropbox
Installation
Requirements
- Laravel
- 5.2 (version 0.x),
- 5.5 (version 1.x/2.0),
- 5.6/5.7/5.8 (version 2.1)
- 6.x/7.x (version 2.2)
- 8.x (version 2.3)
- Twitter Bootstrap 4
- Jquery 3.5
Composer
Register (when not using autodiscover)
Register the provider in your app.php config
Publish configurations
Configuration file
config/filemanager.php
Migration file (optional)
_2017_12_29_004110_create_image_upload_table.php and 2018_05_12_161010_create_social_logins_table and 2019_02_17_141025_alter_image_uploadtable.php
Views
vendor/iemand002/filemanager
Translations
lang/vendor/filemanager
Configure Clouds: Dropbox/OneDrive (optional)
This package uses socialiteproviders/dropbox
for the Dropbox login and/or socialiteproviders/graph
. To get it working follow step 2 - 4 from there documentation.
After that add the relation to the Social
model in your User
model:
How to use
Run the migration using
Just surf to
By default it has the middleware for Laravel 5.2+.
To change the required middlewares and the prefix change the config file.
Get the url of the uploaded file in your blade template via the uploadId:
If you wish to show a transformed version of an image add the optional :
Get the image width and height via the uploadId: and
Also compatable with the transform: and
Want to sync earlier uploaded files in the folder with the database? Surf to to add missing files in the database.
Demo
Create a route like the following to see an example usage. ``
Build-in languages
- Dutch (nl)
- English (en)
TODO
- Find out what's wrong with the graph login, it works, but giving errors sometimes
- Cloud remove reference in database if file is removed from the cloud
- Update views to bootstrap 4
Changelog
2.3.2
Fixed:
- DataTables paging and search not updating picker events
- Breadcrumbs had Dropbox path where it shouldn't
- Fix multi add checkbox logic
Check previous changes in CHANGELOG.md
All versions of filemanager with dependencies
illuminate/config Version 9.*
illuminate/database Version 9.*
illuminate/support Version 9.*
intervention/image Version ^2.4
dflydev/apache-mime-types Version ^1.0
nesbot/carbon Version ^2.0