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

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

eftia/contact
=============

A laravel package for sending contact query as a mail and save to database table. It will publish as a contact page on your application

v1.0.4(2y ago)08MITPHP

Since Dec 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/webdevifti/laravel-contact-pkg)[ Packagist](https://packagist.org/packages/eftia/contact)[ RSS](/packages/eftia-contact/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

A laravel package for sending contact query as a mail and save to database table

Installation proccess
---------------------

[](#installation-proccess)

open your termnial on laravel project directory and give this command for package install.
`composer require eftia/contact`
Then give this command for vendor publish
`php artisan vendor:publish`
After play this command you can see bounch of package list, Select this package from the list, It must be the number one like this

```
 Which provider or tag's files would you like to publish?
 All providers and tags ................. 0
Provider: Eftia\Contact\ContactServiceProvider ............. 1

```

Select **1** and hit enter to vendor publish for this package.

You can see on you project on **resource/views** folder there a folder created which name is **vendor/contact/** Into this directory see can see the view files.

Also on your application see the **/config** folder there is a file created name **contact.php** for configuration.

You may able to see the view on browser , just hit the url after your project root url **/contact**

\*\*Before you submit the form you need to migrate the table with this command

`php artisan migrate`

And Finally setup mail configuration

```
MAIL_MAILER=mailer
MAIL_HOST=host
MAIL_PORT=port
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_ENCRYPTION=encryption

```

If You want customize route then go to **app/Providers/RouteServiceProvider.php** file and put below code

```
 Route::middleware('web')
        ->group(base_path('routes/contact/web.php'));

```

Into

```
 $this->routes(function () {

 });

```

This function

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

5

Last Release

915d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8906d6e6defe3777d42e9bf66de5612991f8a620d0d3bbbfcfd5bfb71f80fad2?d=identicon)[webdevifti](/maintainers/webdevifti)

---

Top Contributors

[![webdevifti](https://avatars.githubusercontent.com/u/79504395?v=4)](https://github.com/webdevifti "webdevifti (9 commits)")

---

Tags

laravelpackagephp

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/eftia-contact/health.svg)](https://phpackages.com/packages/eftia-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)
