take a look at the Intervention Image package:
http://image.intervention.io/getting_started/introduction
There's a lessons on this on Laracasts as well:
https://laracasts.com/lessons/laravel-image-manipulation
I watched the lessons on saving an image, is there more lessons on image handling and display.
If not how would one go about uploading an image and attaching it to the associated article created. then displaying it on the form page during creation of the article after it has been uploaded.
I would need this image saved to the DB also, so it can be viewed when all articles are displayed or displayed individually.
any direction is helpful!!
Please or to participate in this conversation.