All Notable changes to laravel-uploadable
will be documented in this file
- update package to laravel 10.x.
- update composer deps.
- remove storage property from UploadOptions class and add getStorage() method to UploadOptions class to resolve serialize model problem, because object Laravel Disk is not serializzable.
- update package to laravel 9.
- update composer deps.
- Fix issue with setStorageDisk
- added support for laravel 8
- support for Laravel 5.8 and php min vers are now >=7.1.x.
- support for Laravel File Storage (upload doesn't depend on public_path() anymore).
- forget to fire Event for upload successfull.
- Events for upload and delete upload successfull.
- Back compatibility to laravel 5.0 in composer.json.
- readme.md
- Travis
- Update to laravel 5.7
- Update composer.json.
- FIX in checkIfNeedToDeleteOldFile() $oldValue variable is null. Thanks to danielec. See: #3
- update swiftmailer/swiftmailer to fix Remote Code Execution vulnerability in v5.4.1
- exclude composer.lock from .gitignore
- Big refactor
- Add unit test with about 100% code coverage!
- Initial release