I have a big chalenge for my level.
The title is self explanatory : Generate a PDF from a form , including also the user's signature, using Laravel.
My laravel and general php level is basic
. I know how to make a basic blog on laravel (like all guys who have followed laracasts or similar) but this one I find it tough cause I see there are many concepts from different places going on at the same time and I have many gaps of knowledge.
It would be at least very helpful to know which packages are the best ones to do all this. I have been trying with DOMPDF and https://github.com/szimek/signature_pad. But I have read that with DOMPDF I can't use active forms ... I have also checked MPDF.
What I would mainly need is a view , where there is a form , where there is a signature pad for the user to sign after the form , and this, after submitting generates a pdf.
Any starting points on what to read, study, focus ?
Already how to mix the image of the signature, which the script is on js, with the data of the form seems like the everest to me.
What I can't neither imagine is how to deal with the different controllers ..