rajdev / contract
This will send email to admin and save contract query in database
v1.0.0
2022-10-13 11:53 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-12 06:28:22 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}"