E-Signature is a digital document signing system where a sender can upload a document, add signers, and send invitations. Signers can then log in and add their digital signatures to the PDF document.
- Upload documents for e-signing.
- Add multiple signers to a document.
- Send email invitations to signers.
- Sign documents digitally through the web interface.
- Secure and efficient document handling.
git clone https://github.com/S4F4Y4T/E-Signature.git
cd E-Signaturecomposer install
npm installEnsure you have PHP 8 or higher installed along with the following PHP extensions for FPDI support:
sudo apt-get install php-gd php-mbstring php-xml php-bcmathphp artisan storage:linkCopy the .env.example file to .env and update the database and mail server configurations.
cp .env.example .env- Open Postman.
- Import the provided Postman collection.
- Upload a document via Postman.
- Signers will receive an email invitation to sign the document.
Below are some screenshots from the application:
This project is licensed under the MIT License.
Feel free to fork the repository and submit pull requests to enhance the functionality.








