cakephp-file-storage
cakephp-file-storage copied to clipboard
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.
If somebody has an interest in *activly* maintaining this library let me know. I don't have the time and mood anymore to do a lot open source in my after...
https://github.com/burzum/cakephp-file-storage/blob/4.0/docs/Documentation/How-To-Use.md `Before you continue to read this page it is recommended that you have read about the before.`
The behavior, when attached for uploading, should create additional *Tmp relations. Those would be used for uploading then. This way they wont intersect with the existing image on the entity...
⚠️ This is going to be a **big** BC breaker but it should be easy to write a migration for the existing data. ⚠️ The goal is to get rid...
I finally came around to showcase what I meant with antipattern regarding types for chainable https://github.com/dereuromark/cakephp-file-storage/pull/1 It shows that adding them is really bad, and destroys extendability. So best to...
@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...
There is already an **unstable** 3.0 branch that features CakePHP4 which was provided by @skie. But it still lacks the documentation for upgrading from v2 to v3 of the plugin...