All notable changes to laravel-imageup
will be documented in this file
- Laravel 8 support
- Laravel 7 support
- Laravel 6 support
- Laravel 5.8 support
- Added support to upload non image file also
- Can disable/enable auto upload dynamiclly by calling
$model->disableAutoUpload()
and enable it back$model->enableAutoUpload()
- Improved tests & Code cleanup
- Added support to customize filename and relative path dynamically
- Added
before_save
andafter_save
hooks
- Added
before_save
andafter_save
hooks
- s3 storage bug #5 and #6 fixed to get imageUrl and delete old images