Releases: bnbwebexpertise/laravel-attachments
Releases · bnbwebexpertise/laravel-attachments
Fix Model Customization
Fixes #29 to allow custom model usage
Use Arr class instead of function helper
Fix DropZone Controller
Use Arr class instead of function helper
Update HasAttachment.php Remove trailing line
Support Carbon 2 (L5.8+)
Update composer.json Allow Carbon 2
Fix deprecation
1.0.11 Do not used deprecated method
Eager loading optimization
1.0.10 Remove PHPDoc
Attaching with same key deletes old one
1.0.9 Delete attachement with same key
L5.8
Bind Attachment model to interface
1.0.7 Added interface binding doc
Configurable dropzone attributes
1.0.6 Fixes following merge #24