Releases: nadlambino/laravel-uploadable
Releases · nadlambino/laravel-uploadable
[v1.2.0] - 2024-07-23
Added
- 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
[v1.1.2] - 2024-07-13
[v1.1.1] - 2024-07-11
[v1.1.0] - 2024-07-10
[v1.0.0] - 2024-07-06
Changes
A complete rewrite of Laravel Uploadable v0 with better code quality and complete tests