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

ActiveLibrary

codechief/contact
=================

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

v1.0.6(6y ago)5171MITHTML

Since Nov 28Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

Laravel jQuery Ajax Contact Form Package
========================================

[](#laravel-jquery-ajax-contact-form-package)

[![Issues](https://camo.githubusercontent.com/5d6da475ab3e366dad8f4b92c38e1e536588d2d9217b679dc1d85ad4ebddd49f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f746563686d61686564792f6c61726176656c2d636f6e746163742d666f726d2d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/techmahedy/laravel-contact-form-package/issues)[![Stars](https://camo.githubusercontent.com/5bf4afa5aea35ab6bc470633e632dbcff2fb8ab273c8a8032679311a8c03b84e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f746563686d61686564792f6c61726176656c2d636f6e746163742d666f726d2d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/techmahedy/laravel-contact-form-package/stargazers)

This will send email to admin and save contact data to database

- Simple interface for building contact form.
- Using this form , user can conatct with admin via email.
- Validate clint side data before submit request with instant error message.
- User can customize this form as what ever looks you want.
- This will send email to admin and save contact data to database.
- User also can take their own message to his mail.

Installing contact-package
--------------------------

[](#installing-contact-package)

The recommended way to install contact-package using composer

```
composer require codechief/contact

```

Add the service provider to `config/app.php`
--------------------------------------------

[](#add-the-service-provider-to-configappphp)

'providers' =&gt; \[

```
Codechief\Contact\ContactServiceProvider::class,

```

\],

Run this command to migrate contact table
-----------------------------------------

[](#run-this-command-to-migrate-contact-table)

```
php artisan migrate

```

### Options

[](#options)

You can set custom design for view.

```
php artisan vendor:publish

```

After running this command just look the position of codechief\\contact and enter the position number in cli and hit enter. Then you will find contact.blade.php inside

```
resources/views/vendor/contact/contact.blade.php

```

Now just make a style to it whatever you want to look it.

### Uses

[](#uses)

just visit this following url

```
http://localhost:8000/contact

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

6

Last Release

2363d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/864c9e0272d3eefe2792ffb99308b177eb19dc27f400af9b8c84c49128e8ac6f?d=identicon)[techmahedy](/maintainers/techmahedy)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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