Have you tried looking through the documentation?
http://image.intervention.io/use/basics
http://image.intervention.io/getting_started/installation#laravel
I successfully installed image intervention package. But now I don't know how to use it. I googled and saw saw many videos. Everywhere, they give example of foo.jpg. But I want to upload dynamically, for every user. Moreover, in the examples, there is a specific controller for the image. But I tend to keep the picture uploading in the same controller as the user. Like for example, user registers, fills name, nnumber, uploads picture. How can that happen?
Please or to participate in this conversation.