burzum / cakephp-file-storage

Abstract file storage and upload plugin for CakePHP. Write to local disk, FTP, S3, Dropbox and more through a single interface. It's not just yet another uploader but a complete storage solution.
MIT License
197 stars 84 forks source link

updating docs #198

Open waspinator opened 5 years ago

waspinator commented 5 years ago

@burzum I started some document changes (#197), but I'm still not comfortable using the plugin. Especially the event system. For example, following the upload example I get a unable to export object: StorageManager::get() first arg must be a non empty string! error, or uploading using bin/cake storage store doesn't generate full_path or url fields.