Okay, I'm very new to Laravel and Dropzone.js. I made this small project to help myself learn but I'm to the point of pulling out my hear.
I have a form that has a title, description, and dropzone input fields. I need to take the form fields and write the title and description to the post table and then get the id from the post just uploaded and then upload my images and write their data to the post_images table referencing the post id that was just created.
Can anyone help me here? I have no clue where to go after creating the form and then adding dropzone to it.