Issue
I am using Laravel to develop an application. In one part, I have to allow user to upload photos. I am planning to use following types of plugins in Laravel. Any idea that what kinds of plugins they are using?
After uploading, user have to crop image like so-
Any idea that how can I do so?
Solution
There are multiple plugins available for image handling in Laravel. I think you can use Intervention Image
for your purpose.
https://github.com/Intervention/image
Answered By - Abhishek Answer Checked By - Cary Denson (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.