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

  1. Require the package using composer:

    composer require jeroennoten/laravel-contact
    
  2. Add the service provider to the providers in config/app.php:

    JeroenNoten\LaravelContact\ServiceProvider::class,
    
  3. Publish the configuration:

    php artisan vendor:publish --tag=contact-config