This repository has been archived by the owner on Oct 31, 2020. It is now read-only.
Releases: matriphe/laravel-imageupload
Releases · matriphe/laravel-imageupload
Support Multiple Output Type
- This version only supports Laravel 5.2, 5.3, and 5.4
- Add migration file
- Add method
output()
to set output type dynamically - Add method
json
,collection
,db
(save directly to database), andarray
(default) - Use Intervention image as image processing library