jeroennoten / laravel-contact by JeroenNoten

Laravel Contact
35
4
3
Package Data
Maintainer Username: JeroenNoten
Maintainer Contact: jeroennoten@me.com (Jeroen Noten)
Package Create Date: 2017-02-21
Package Last Update: 2017-02-21
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:04:06
Package Statistics
Total Downloads: 35
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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