gameap / gameap-file-manager
File manager for GameAP/Laravel
Installs: 6 971
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 311
Open Issues: 0
pkg:composer/gameap/gameap-file-manager
Requires
- php: >=5.6.4
 - ext-json: *
 - ext-zip: *
 - intervention/image: ^2.4
 - intervention/imagecache: ^2.3
 - laravel/framework: *
 - league/flysystem: ^1.0
 
README
Vue.js Frontend: gameap/vue-gameap-file-manager
Documentation
Features
- Frontend on Vue.js - vue-gameap-file-manager
 - Work with the file system is organized by the standard means Laravel Flysystem:
- Local, FTP, S3, Dropbox ...
 - The ability to work only with the selected disks
 
 - Several options for displaying the file manager:
- One-panel view
 - One-panel + Directory tree
 - Two-panel
 
 - The minimum required set of operations:
- Creating files
 - Creating folders
 - Copying / Cutting Folders and Files
 - Renaming
 - Uploading files (multi-upload)
 - Downloading files
 - Two modes of displaying elements - table and grid
 - Preview for images
 - Viewing images
 - Full screen mode
 
 - More operations (v.2):
- Audio player (mp3, ogg, wav, aac), Video player (webm, mp4) - (Plyr)
 - Code editor - (Code Mirror)
 - Image cropper - (Cropper.js)
 - Zip / Unzip - only for local disks
 
 - Integration with WYSIWYG Editors:
- CKEditor 4
 
 - Supported locales : ru, en, ar
 
Thanks
- Khalid Bj D34DlyM4N