rajdev/contract

This will send email to admin and save contract query in database

v1.0.0 2022-10-13 11:53 UTC

This package is not auto-updated.

Last update: 2025-05-24 00:30:26 UTC


README

This will send email to admin and save contract query in database

Fast Step

Install Now composer require rajdev/contract

Second Step

php artisan vendor:publish

Third Step

php artisan migrate

For Step

MAIL_DRIVER=smtp

MAIL_HOST=smtp.gmail.com

MAIL_PORT=587

MAIL_USERNAME=yourmail@gmail.com

MAIL_PASSWORD=password

MAIL_ENCRYPTION=tls

MAIL_FROM_ADDRESS=yourmail@gmail.com

MAIL_FROM_NAME="${APP_NAME}"