daycod/contact

Input Name, Email and test, then system will send you and email

v1.0.1 2023-07-13 04:51 UTC

This package is auto-updated.

Last update: 2024-09-13 07:37:16 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',
];