Skip to content

This Laravel app contains the digital signature functionality and you can also send those signature to the email.

Notifications You must be signed in to change notification settings

HadiNiazi/Draw-Digital-Signature

Repository files navigation

Draw Digital Signature in Laravel

Steps to Install

Install composer:

composer install

Create .env file:

cp .env.example .env

Generate Application key:

php artisan key:generate

Add Mail credentials in env:

MAIL_MAILER=smtp
MAIL_HOST=your-host.email
MAIL_PORT=465
MAIL_USERNAME=your_user
MAIL_PASSWORD=password
MAIL_ENCRYPTION=SSL
MAIL_FROM_ADDRESS=enter_from_mail_here
MAIL_FROM_NAME="${APP_NAME}"

Run the application:

php artisan serve

That's it. If you have any questions, feel free to reach out through email: [email protected]

Learn more about Laravel & Vuejs

Visit my YouTube channel to build more awesome applications Channel Link

My Recent Laravel Courses

Thank you for visiting my profile. If you like the application, please hit the star button on this repository.

About

This Laravel app contains the digital signature functionality and you can also send those signature to the email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published