backpack/filemanager
Backpack admin interface for files and folder, using elFinder
Maintainers
Package info
github.com/Laravel-Backpack/FileManager
Language:Blade
pkg:composer/backpack/filemanager
Requires
- backpack/crud: ^7.0
- barryvdh/laravel-elfinder: ^0.5.2|^0.6
Requires (Dev)
- mockery/mockery: ^1.5
- orchestra/testbench: ^8|^9|^10|^11
- phpunit/phpunit: ^10.0|^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT b9e4abc62deb856525bbf9be9f5d19ce7a38ed37
- Cristian Tabacitu <tabacitu.woop@backpackforlaravel.com>
This package is auto-updated.
Last update: 2026-06-13 13:16:32 UTC
README
👁 Latest Version on Packagist
👁 Total Downloads
👁 Build Status
👁 StyleCI
Backpack admin interface for files and folder, using barryvdh/laravel-elfinder. This package literally just:
- creates a
public/uploadsfolder; - installs
barryvdh/laravel-elfinder; - publishes an elFinder config and view, for elFinder to play nice with Backpack;
- adds a menu item to the sidebar;
👁 https://backpackforlaravel.com/uploads/docs-4-0/media_library.png
Installation
From your command line, require the package (this will also require barryvdh/laravel-elfinder):
composer require backpack/filemanager
Then run the install process:
php artisan backpack:filemanager:install
That's it. Hit refresh in your admin panel, and you'll find a new sidebar item pointing to the File Manager.
Usage
You can use elFinder in Backpack:
- stand-alone, by accessing the
/admin/elfinderroute (see screenshot above); - inside the
browse,browse_multiple;
Customization
You can publish the views to your resources/views/vendor/backpack/filemanager folder by running:
php artisan vendor:publish --provider="Backpack\FileManager\FileManagerServiceProvider" --tag="elfinder-views" php artisan vendor:publish --provider="Backpack\FileManager\FileManagerServiceProvider" --tag="elfinder-fields" php artisan vendor:publish --provider="Backpack\FileManager\FileManagerServiceProvider" --tag="elfinder-columns"
Upgrade
To upgrade from v3 to v4 of this package:
# remove the published blade views
rm -rf resources/views/vendor/elfinder
Security
If you discover any security related issues, please email tabacitu@backpackforlaravel.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
