backpack / filemanager
Backpack admin interface for files and folder, using elFinder
Installs: 347 726
Dependents: 11
Suggesters: 13
Security: 1
Stars: 97
Watchers: 6
Forks: 21
Open Issues: 5
Requires
- backpack/crud: ^6.0
- barryvdh/laravel-elfinder: ^0.5.2
Requires (Dev)
- mockery/mockery: ^1.5
- orchestra/testbench: ^8
- phpunit/phpunit: ^10.0
- dev-main
- v6.x-dev
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- v2.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-named-assets
- dev-next
- dev-prevent-mimetypes-tampering
- dev-prevent-mimes-tampering
- dev-fix-install-command-output
- dev-install-command-force
- dev-elfinder-ckeditor5
This package is auto-updated.
Last update: 2024-11-21 15:11:10 UTC
README
Backpack admin interface for files and folder, using barryvdh/laravel-elfinder. This package literally just:
- creates a
public/uploads
folder; - installs
barryvdh/laravel-elfinder
; - publishes an elFinder config and view, for elFinder to play nice with Backpack;
- adds a menu item to the sidebar;
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/elfinder
route (see screenshot above); - inside the
browse
,browse_multiple
orckeditor
field types;
Upgrade
To upgrade from v2 to v3 of this package:
# remove the published blade views rm -rf resources/views/vendor/elfinder # publish the new blade views php artisan backpack:filemanager:install
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.