rajdev/contract

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

Maintainers

Package info

github.com/raj5852/contract-package

pkg:composer/rajdev/contract

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-28 04:31:33 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}"