Download the PHP package afzalsabbir/filemanager without Composer
On this page you can find all versions of the php package afzalsabbir/filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download afzalsabbir/filemanager
More information about afzalsabbir/filemanager
Files in afzalsabbir/filemanager
Package filemanager
Short Description Backpack admin interface for files and folder, using elFinder
License MIT
Homepage https://github.com/afzalsabbir/filemanager
Informations about the package filemanager
FileManager
Backpack admin interface for files and folder, using barryvdh/laravel-elfinder. This package literally just:
- creates a folder;
- installs ;
- 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):
Then run the install process:
That's it. Hit refresh in your admin panel, and you'll find a new sidebar item pointing to the File Manager.
Theme
Setup \Backpack\FileManager\Middleware\FileManagerMiddleware
Add this line in file: app\Http\Kernel.php
and property: $middlewareGroups['web']
Then publish the config, assets and view files:
Usage
You can use elFinder in Backpack:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Cristian Tabacitu
- All Contributors
License
MIT. Please see the license file for more information.