Resize image with intervention/image
I have a function to save the picture, and I need it to reduce the picture with the specified size. I decided to use the package intervention/image
.
I installed the package with composer require intervention/image
. Then I made changes to my function. In the end it turned out like this: