PHPackages                             csesumonpro/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. csesumonpro/contact

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

csesumonpro/contact
===================

It's Contact From Package when user submit a contact message from your web site frontend you will manage it from Backend(Admin panel) with send contact message of your mail(Admin Mail). Replay their message from admin panel.

v1.0.4(7y ago)2631MITHTML

Since Feb 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/csesumonpro/Laravel-Contact-Form-Package)[ Packagist](https://packagist.org/packages/csesumonpro/contact)[ RSS](/packages/csesumonpro-contact/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/1ee994422d0bff5f917cd6af48637f74c6edfa9a7a02299f5003ff4b1af680a4/68747470733a2f2f706f7365722e707567782e6f72672f63736573756d6f6e70726f2f636f6e746163742f646f776e6c6f616473)](https://packagist.org/packages/csesumonpro/contact)[![License](https://camo.githubusercontent.com/53b42c8235514d99b4ecd55abd0949f27ea00d6644a25fcd3cab3b2837b5e1ab/68747470733a2f2f706f7365722e707567782e6f72672f63736573756d6f6e70726f2f636f6e746163742f6c6963656e7365)](https://packagist.org/packages/csesumonpro/contact)[![Latest Stable Version](https://camo.githubusercontent.com/0fc4baec0ef50d21958b07c4aa4f4c0d240c00e53ced853eab34318bcfbbd4dc/68747470733a2f2f706f7365722e707567782e6f72672f63736573756d6f6e70726f2f636f6e746163742f762f737461626c65)](https://packagist.org/packages/csesumonpro/contact)\#Laravel Contact Form It's Contact From Package when user submit a contact message from your web site frontend you will manage it from Backend(Admin panel) with send contact message of your mail(Admin Mail). Replay their message from admin panel.

INSTALLATION
------------

[](#installation)

Install the package through [Composer](http://getcomposer.org/).

For Laravel 5.6 or 5.7~: `composer require "csesumonpro/contact"`

CONFIGURATION
-------------

[](#configuration)

`1`. Open config/app.php and add this line to your Service Providers Array. NOTE: If you are using laravel 5.5 or above, this will be automatically added by its auto discovery.

```
csesumonpro\contact\ContactServiceProvider::class
```

`2`. After successfully install package just run below command

```
php artisan vendor:publish --provider="csesumonpro\contact\ContactServiceProvider"
```

HOW TO USE
----------

[](#how-to-use)

- [Usage](#usage)
- [Mail Setup](#mails)
- [Admin Mail Setup](#adminmails)
- [View Change](#viewchange)
- [Route](#route)

Usage
-----

[](#usage)

Run this command

```
 php artisan migrate
```

### IMPORTANT NOTE!

[](#important-note)

Must Be configured your mail in your app env file for send email from contact form!!.

Mails
-----

[](#mails)

##### Before Google Mail Configuration must be use a mail which mail not two factor authorized.

[](#before-google-mail-configuration-must-be-use-a-mail-which-mail-not-two-factor-authorized)

Must need for send a mail from localhost Allow less secure option enable [Less Secure Apps](https://myaccount.google.com/lesssecureapps). [![less secure apps](https://user-images.githubusercontent.com/29582239/53194855-922ff700-363e-11e9-93df-b3bdb939ca25.PNG)](https://user-images.githubusercontent.com/29582239/53194855-922ff700-363e-11e9-93df-b3bdb939ca25.PNG)

Example: Google Mail Configuration

```
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=testmail@gmail.com
MAIL_PASSWORD=12345678
MAIL_ENCRYPTION=tls
```

```
OR configure Mailtrap mail, when use live server configure your mail using sever crediential

```

Adminmails
----------

[](#adminmails)

```
Go to your project config folder then contact.php
Change your admin mail(Contact message received mail) from contact.php
```

Viewchange
----------

[](#viewchange)

```
If you want to change your contact form style go to resource>views>csesumonpro>contact>contact then show blade file change your design what are you want..
```

Route
-----

[](#route)

Route Action

```
   Just use this route for display contct form anywhere
   Contact
```

Contact Form:
-------------

[](#contact-form)

[![Preview](https://user-images.githubusercontent.com/29582239/53131105-19756000-3596-11e9-95c8-195727820942.PNG)](https://user-images.githubusercontent.com/29582239/53131105-19756000-3596-11e9-95c8-195727820942.PNG)

Reference
---------

[](#reference)

[Packagist](https://packagist.org/packages/csesumonpro/contact)[Github](https://packagist.org/packages/csesumonpro/contact)

License
-------

[](#license)

The Laravel Shopping Cart is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a49db553cc1c44417ef31490ed5d1c1b0f6ec6018f691597648bcc96ff93b72f?d=identicon)[csesumonpro](/maintainers/csesumonpro)

---

Top Contributors

[![csesumonpro](https://avatars.githubusercontent.com/u/29582239?v=4)](https://github.com/csesumonpro "csesumonpro (10 commits)")

### Embed Badge

![Health badge](/badges/csesumonpro-contact/health.svg)

```
[![Health](https://phpackages.com/badges/csesumonpro-contact/health.svg)](https://phpackages.com/packages/csesumonpro-contact)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
