Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Releases: matriphe/laravel-imageupload

Support Multiple Output Type

24 Jul 19:31
Compare
Choose a tag to compare
  • 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), and array (default)
  • Use Intervention image as image processing library