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

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

mushahedur/contact
==================

This will send email to admin and save contact query in database

v1.0.0(5mo ago)02MITBlade

Since Jan 20Pushed 5mo agoCompare

[ Source](https://github.com/mushahadur/contact-package)[ Packagist](https://packagist.org/packages/mushahedur/contact)[ RSS](/packages/mushahedur-contact/feed)WikiDiscussions main Synced today

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/0191a2d50aeaf48171fc2ea6c601dad1627c35c3c1f2ad2e16235d9a74750bce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7573686168656475722f636f6e746163742e737667)](https://packagist.org/packages/mushahedur/contact)[![Total Downloads](https://camo.githubusercontent.com/a6dfe157fb9a52bd521dc59d2aef118dd4638d09fd30549960f64c203699acc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7573686168656475722f636f6e746163742e737667)](https://packagist.org/packages/mushahedur/contact)[![License](https://camo.githubusercontent.com/08a066005a1ca31354fe0d1764a840bb0b00cb77909af4c1bc6d39a90ed3acdc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d7573686168656475722f636f6e746163742e737667)](LICENSE)

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

[](#laravel-contact-us-package)

A simple, clean, and lightweight Laravel package that helps you easily add a **Contact Us** form to your application.

This package allows visitors to submit contact queries which are:

- **Stored securely in the database**
- **Sent to the administrator via email notification**

It is designed to be easy to install, configurable, and compatible with modern Laravel versions.

✨ Features
----------

[](#-features)

- Ready-to-use Contact Us form
- Automatically stores contact messages in the database
- Sends email notifications to the admin
- Configurable admin email and mail subject
- Clean and minimal UI
- Easy installation and setup
- Supports **Laravel 10, 11, and 12**

📦 Installation
--------------

[](#-installation)

Install the package via Composer:

```
composer require mushahedur/contact
```

🏷️ Migration
------------

[](#️-migration)

run the terminal

```
php artisan migrate
```

🧩 go to url
-----------

[](#-go-to-url)

when install then add `/contact`

```
http://127.0.0.1:8000/contact

or

http://loclhost/contact
```

✨ .ENV file
-----------

[](#-env-file)

modify .env file for seting email cretential

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=your_username
MAIL_PASSWORD=your_password
MAIL_ENCRYPTION=null
```

✨ If You may modify your from email
-----------------------------------

[](#-if-you-may-modify-your-from-email)

config/contact.php

```
    'send_email_to' => 'example@test.com'
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance71

Regular maintenance activity

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

Unknown

Total

1

Last Release

165d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67184635?v=4)[Mushahedur Rahaman Khan](/maintainers/mushahadur)[@mushahadur](https://github.com/mushahadur)

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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