Resizing and serving images on the fly with Laravel – Part 2
In the second part of our tutorial on manipulating and serving images on the fly with Laravel we will refactor the controller code and write a library to resize and cache images. We will also edit our config file to...