I am New in Laravel, I want to save signature as png file in storage folder. Help me to find solution. I will be thankful to you.
Asked
Active
Viewed 1,323 times
-2
-
1Show us what you have tried first – YouneL Jan 03 '18 at 19:08
-
can you explain a little bit more what you are trying to achieve and what have you done this far? – Luis felipe De jesus Munoz Jan 03 '18 at 19:10
-
What do you mean exactly ? – Mahdi Younesi Jan 03 '18 at 19:38
-
basically i want to allow user to make signature. then i will save their signature to database. and allow them to reuse signature. – Muhammad Ahsan Jan 11 '18 at 09:29
1 Answers
0
I have created a forms package for Laravel that lets a user sign a form: https://github.com/GeneaLabs/Laravel-casts.
You could also implement this yourself using a package like signature_pad: http://szimek.github.io/signature_pad/

mike.bronner
- 1,203
- 1
- 20
- 39