jeroennoten/laravel-contact
Laravel Contact
35
4
| Install | |
|---|---|
composer require jeroennoten/laravel-contact |
|
| Latest Version: | v1.0.0 |
| License: | MIT |
| Last Updated: | Feb 21, 2017 |
| Links: | GitHub · Packagist |
Maintainer: JeroenNoten
Installation
-
Require the package using composer:
composer require jeroennoten/laravel-contact -
Add the service provider to the
providersinconfig/app.php:JeroenNoten\LaravelContact\ServiceProvider::class, -
Publish the configuration:
php artisan vendor:publish --tag=contact-config