Laravel Imageupload Versions Save

Upload image using Laravel's build in function and resize it automatically.

6.1.0

6 years ago
  • 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