dayCod / laravel-contact-package

Laravel Send Email Using Contact Form, you just your name, email and message, then system will send you an email

Home Page:https://packagist.org/packages/daycod/contact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Contact Package

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',
];

About

Laravel Send Email Using Contact Form, you just your name, email and message, then system will send you an email

https://packagist.org/packages/daycod/contact


Languages

Language:PHP 66.6%Language:Blade 33.4%