PHPackages                             daycod/contact - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. daycod/contact

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

daycod/contact
==============

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

v1.0.1(2y ago)08MITPHP

Since Jul 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dayCod/laravel-contact-package)[ Packagist](https://packagist.org/packages/daycod/contact)[ RSS](/packages/daycod-contact/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Contact Package
=======================

[](#laravel-contact-package)

input name, email and message, then system will send you an email
-----------------------------------------------------------------

[](#input-name-email-and-message-then-system-will-send-you-an-email)

### Install Package

[](#install-package)

```
composer require daycod/contact

```

### Publish the Vendor

[](#publish-the-vendor)

```
php artisan vendor:publish

```

then, select the service provider class below:

```
DayCod\Contact\ContactServiceProvider::class
```

### Config File in config/contact.php

[](#config-file-in-configcontactphp)

```
