daycod / contact
Input Name, Email and test, then system will send you and email
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/daycod/contact
This package is auto-updated.
Last update: 2025-10-13 09:51:52 UTC
README
input name, email and message, then system will send you an email
Install Package
composer require daycod/contact
Publish the Vendor
php artisan vendor:publish
then, select the service provider class below:
DayCod\Contact\ContactServiceProvider::class
Config File in config/contact.php
<?php return [ 'email_from_name' => 'Your Companies', 'email_from' => 'yourcompanies@support.com', ];