Looking to hire Laravel developers? Try LaraJobs

laravel-contact maintained by jeroennoten

Description
Laravel Contact
Author
Last update
2017/02/21 13:21 (dev-master)
License
Links
Downloads
35
Tags

Comments
comments powered by Disqus

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