PHPackages                             queopius/laravel-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. queopius/laravel-contactform

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

queopius/laravel-contactform
============================

A contact form package to facilitate the life of the web developer.

v1.0(6y ago)15MitPHPPHP &gt;=7.2

Since Feb 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Queopius/Laravel-Contactform)[ Packagist](https://packagist.org/packages/queopius/laravel-contactform)[ RSS](/packages/queopius-laravel-contactform/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Contact Form
====================

[](#laravel-contact-form)

[![Latest Stable Version](https://camo.githubusercontent.com/cb3d4caf3cd53bf8915ecdf4a75ada018e07e2ea75e375c99c3a9b8042f9b37b/68747470733a2f2f706f7365722e707567782e6f72672f7175656f706975732f6c61726176656c2d636f6e74616374666f726d2f762f737461626c65)](https://packagist.org/packages/queopius/laravel-contactform)[![Total Downloads](https://camo.githubusercontent.com/0adb177a45fb124560119b4f49156fa7ac1c75458f0537b3326cb8b31476d95b/68747470733a2f2f706f7365722e707567782e6f72672f7175656f706975732f6c61726176656c2d636f6e74616374666f726d2f646f776e6c6f616473)](https://packagist.org/packages/queopius/laravel-contactform)[![License](https://camo.githubusercontent.com/986b1dc7f4d42430dec69f72922edf584689248108d92e8cb69bab1d0ae9bd4b/68747470733a2f2f706f7365722e707567782e6f72672f7175656f706975732f6c61726176656c2d636f6e74616374666f726d2f6c6963656e7365)](https://packagist.org/packages/queopius/laravel-contactform)

A contact form package to facilitate the life of the web developer.

This package is a PHP package built for Laravel 5.\* &amp; 6.\*.

ABOUT
-----

[](#about)

- Send e-mail with the verification token
- Set the name, email and message as validated
- Relaunch the process anytime

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

[](#installation)

This project can be installed via [Composer](http://getcomposer.org). To get the latest version of Laravel ContactForm, add the following line to the require block of your composer.json file:

```
{
    "require": {
        "queopius/laravel-contactform": "v1.0"
    }

}

```

You'll then need to run `composer install` or `composer update` to download the package and have the autoloader updated.

Or run the following command:

```
composer require queopius/laravel-contactform

```

### Add the Service Provider up to Laravel 5.4, as of laravel 5.5 the Provider is added automatically.

[](#add-the-service-provider-up-to-laravel-54-as-of-laravel-55-the-provider-is-added-automatically)

Once Larvel ContactForm is installed, you need to register the service provider in `config/app.php`. Make sure to add the following line **above** the `RouteServiceProvider`.

```
Queopius\LaravelContactform\ContactFormServiceProvider::class,
```

Publish the package config file by running the following command:

```
php artisan vendor:publish

```

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

[](#configuration)

The model representing the `Contact` into the folder Models/.

### Migration

[](#migration)

To run the migrations from this package use the following command:

```
php artisan migrate --path="/vendor/queopius/laravel-contactform/src/database/migrations"

```

To customize the migration, publish it with the following command:

```
php artisan vendor:publish --provider="Queopius\LaravelContactform\ContactformServiceProvider" --tag="migrations"

```

E-MAIL
------

[](#e-mail)

This package provides a method to send an e-mail with a verification token.

By default the package will use the `send_email_to` value defined into the `config/contact.php` file:

```
    'send_email_to' => 'queopius@gmail.com', //Put your personal or company email here
```

If you want to override the value, simply set the `$send_email_to` parameter.

Refer to the Laravel [documentation](https://laravel.com/docs/) for the proper e-mail component configuration.

### E-mail View

[](#e-mail-view)

The package allow you to use both traditional blade view files and markdown.

If you want to customize the e-mail views, run the following command to publish them and edit them to your needs:

```
php artisan vendor:publish --provider="Queopius\LaravelContactform\ContactformServiceProvider" --tag="views"

```

The view will be available in the `resources/views/vendor/laravel-contactform/` directory.

### View

[](#view)

By default the `contact.blade.php` view will be loaded.

To customize the view, publish it with the following command:

```
php artisan vendor:publish --provider="Queopius\LaravelContactform\ContactformServiceProvider" --tag="views"

```

### Routes

[](#routes)

By default this packages ships with two routes.

To customize the routes into the routes/web.php, publish it with the following command:

```
php artisan vendor:publish --provider="Queopius\LaravelContactform\ContactformServiceProvider" --tag="routes"

```

GRATEFULNESS
------------

[](#gratefulness)

Laravel Framework - Taylor Otwell

CONTRIBUTE
----------

[](#contribute)

Feel free to comment, contribute and help.

LICENSE
-------

[](#license)

Laravel ContactForm is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/705823f06e0ae77ff24aa3e623ccf4e9f6e5439bcdd858be95ade5017f497338?d=identicon)[Queopius](/maintainers/Queopius)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[serendipity_hq/component-value-objects

A set of value objects to manage simple and composite values

20558.6k4](/packages/serendipity-hq-component-value-objects)[yosimitso/workingforumbundle

A complete forum bundle

425.3k](/packages/yosimitso-workingforumbundle)

PHPackages © 2026

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