/contract-package

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

Primary LanguagePHP

Contract Us Form Package

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}"