Laravel 5 intervention image upload multiple size
问题 I am using laravel 5 and intervention, and would like to store multiple sizes of a image when it is uploaded via a form. Can anybody guide me 回答1: So i don't know what you already did. So let's start from the beginning. First of all you need the Intervention Library. So switch to your main Folder (containing your composer.json file) And type composer.phar require intervention/image Or just add "intervention/image": "~2.1" to your require array in composer.json. ( And do a composer update