jeroennoten/laravel-contact

Laravel Contact

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/jeroennoten/laravel-contact

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

This package is auto-updated.

Last update: 2025-10-07 21:42:31 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