This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
First CakePHP 4 Alpha
Pre-release
Pre-release
I have done some work to implement compatibility with CakePHP 4.
- Upgraded the test suite
- Fixed methods which implement the new
UploadedFile
object wrapper for uploads in request data - Changed the behaviour to account for the new class when processing request data
- Updated the documentation where appropriate to match new Cake 4 practises and method names
- Built a very basic example Cake 4 application to facilitate some integration testing in an application environment. You can find that repo over here
This release allows for uploading images and thumbnail creation and regular files. With some request data manipulation it also supports HTML5 multiple file uploading.
Please open issues if you try this release and discover any bugs or other irregularities. Feature requests for the Cake 4 version are welcome, but will come after a stable release of the upgraded version.