jeroennoten/laravel-contact

v1.0.0 2017-02-21 12:17 UTC

This package is auto-updated.

Last update: 2024-04-07 18:16:23 UTC


README

  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