Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 620 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 620 Bytes

Laravel 5.1 and Dropzone.js auto image uploads with removal links

This project is related to tutorial from Codingo Tuts.

What is covered in this tutorial:

- Auto image upload
- Remove images directly from Dropzone preview with AJAX request
- Image counter for uploaded images
- Saving images as full size and icon size versions
- Using Image Intervention package for resizing and image encoding
- Saving image data to database
- Unique file names for images on server side