All notable changes to uploadable
will be documented in this file.
- Add the ability to upload the file to a different disk
- Add a new column
collection
to easily group file uploads - Add a new static method
uploadToCollection
to specify which group the file uploads belongs to - Add a new scope query method
fromCollection
for\NadLambino\Uploadable\Models\Upload::class
model to easily retrieve file uploads from specific group
- Support for storage options for uploading files
- Lifecycle events
- Support for disabling the upload process for specific model class or instance
- Improve temporary URL support for locally uploaded files
- Add more supported files in default mime validation
A complete rewrite of Laravel Uploadable v0 with better code quality and complete tests