PHPackages                             iha/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. [Database &amp; ORM](/categories/database)
4. /
5. iha/contact

ActiveLibrary[Database &amp; ORM](/categories/database)

iha/contact
===========

Package to send messages to the manager and saved in the database.

v1.0.6(7y ago)2171MITPHP

Since Oct 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ihahachi/package-contact)[ Packagist](https://packagist.org/packages/iha/contact)[ RSS](/packages/iha-contact/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Contact Package
===============

[](#contact-package)

 [![Total Downloads](https://camo.githubusercontent.com/b7aa7f2c6bfd02cea2354bd1b410b1e13b8043be9f16252c57e9360f62901502/68747470733a2f2f706f7365722e707567782e6f72672f6968612f636f6e746163742f642f746f74616c2e737667)](https://packagist.org/packages/iha/contact)[![Latest Stable Version](https://camo.githubusercontent.com/5fa8798494641e5f7148f34c0642dabc15fa6d5f89b742d2dcce88a9a0e94700/68747470733a2f2f706f7365722e707567782e6f72672f6968612f636f6e746163742f762f737461626c652e737667)](https://packagist.org/packages/iha/contact)[![License](https://camo.githubusercontent.com/a10321bd61b6a572aa46cf5cd2b7f1dade03cc542a1dc1a68a22a8fba4093c2d/68747470733a2f2f706f7365722e707567782e6f72672f6968612f636f6e746163742f6c6963656e73652e737667)](https://packagist.org/packages/iha/contact)

About Package
-------------

[](#about-package)

Package to send messages to the manager and saved in the database.

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

[](#installation)

### With Composer

[](#with-composer)

#### Compatible with Laravel 5.x:

[](#compatible-with-laravel-5x)

```
$ composer require iha/contact

```

After downloading package, Run this command :

```
$ php artisan vendor:publish

```

You see the composer.json like this :

```
{
    "require": {
        "iha/contact": "^1.0"
    }
}
```

### Database

[](#database)

Run this command for generate database :

```
$ php artisan migrate

```

#### The default table name : contact

[](#the-default-table-name--contact)

### Run

[](#run)

Finally, serve the application.

```
$ php artisan serve

```

To serve the application, you can use `php artisan serve`, then open from your browser. To access the contact page, hit the link from your browser.

Configuration
-------------

[](#configuration)

The defaults configuration settings are set in `config/contact.php`.

```
