PHPackages                             alamindev27/contactform - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alamindev27/contactform

ActivePackage[Utility &amp; Helpers](/categories/utility)

alamindev27/contactform
=======================

Laravel contact form package

1.1.0(5mo ago)04MITBlade

Since Jan 16Pushed 5mo agoCompare

[ Source](https://github.com/alamindev27/contactform)[ Packagist](https://packagist.org/packages/alamindev27/contactform)[ RSS](/packages/alamindev27-contactform/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

This is a lararavel contact form package. If you Install this package you will get a ready contact form with functional, Good Looking Design, auto mail send to admin via SMTP server.

---

Features
--------

[](#features)

- Send Mail via SMTP server
- Good looking design with Tailwind css
- Form Validation
- Configurable via `config/contactform.php`
- Supports Laravel 10, 11, 12

---

Installation
------------

[](#installation)

Install via Packagist: [Click Here](https://packagist.org/packages/alamindev27/contactform)

*OR*

Require the package using Composer:

```
composer require alamindev27/contactform
```

Publish Config
--------------

[](#publish-config)

You can publish the config file to customize Admin Email:

```
php artisan vendor:publish --provider="Alamindev27\ContactForm\ContactFormServiceProvider" --tag=contactform-config
```

This will create `config/contactform.php`. You can change default Admin Email which called from `.env` file.

Migrate database Schema
-----------------------

[](#migrate-database-schema)

```
php artisan migrate
```

You can publish the config file to customize Admin Email:

```
php artisan vendor:publish --provider="Alamindev27\ContactForm\ContactFormServiceProvider" --tag=contactform-config
```

You have to add a Variable in `.env file`:

```
ADMIN_EMAIL='alamindev27@gmail.com' # It is admin receiver email
```

Looking to send emails in production? Check out your Email SMTP product!
========================================================================

[](#looking-to-send-emails-in-production-check-out-your-email-smtp-product)

MAIL\_MAILER=smtp
MAIL\_HOST=sandbox.smtp.mailtrap.io
MAIL\_PORT=2525
MAIL\_USERNAME=4a***b
MAIL\_PASSWORD=1***\*0d3

Then run:

```
php artisan optimize
```

You can use on you blade
------------------------

[](#you-can-use-on-you-blade)

```
{{ url('/contact') }}
```

Finally Testing
---------------

[](#finally-testing)

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

Requirements
------------

[](#requirements)

PHP 8.1+

Laravel 10, 11, 12

Contributing
------------

[](#contributing)

Feel free to fork this repository and submit pull requests. Please follow PSR-12 coding standards and write tests for new features.

License
-------

[](#license)

MIT License © [MD Al-Amin](https://alamindev27.com)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance70

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

2

Last Release

169d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/71134300?v=4)[MD Al-Amin](/maintainers/alamindev27)[@alamindev27](https://github.com/alamindev27)

---

Top Contributors

[![alamindev27](https://avatars.githubusercontent.com/u/71134300?v=4)](https://github.com/alamindev27 "alamindev27 (11 commits)")

### Embed Badge

![Health badge](/badges/alamindev27-contactform/health.svg)

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

PHPackages © 2026

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