Is there a complete Laravel and dropzone js tutorial?
Is there a complete Laravel and dropzone js tutorial anywhere? One that includes not only uploading the images in the form but also editing the form and even reordering the images when editing?
There are many tutorials out there that show you the easy part of uploading images and saving them but not the complete functionality you would realistically need in an application.
I have the upload and ordering working in my application but it falls apart when I have to edit the form with existing images and the user would need functionality like re-ordering of existing uploaded images and adding new images to existing images via dropzone. Therefore I am probably going to have to re-engineer my solution from the ground up to get all that working and a good tutorial or even example code would be great.
Please or to participate in this conversation.