jeroennoten/laravel-contact

Laravel Contact

Downloads

35

Stars

4

Version

v1.0.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
    
jeroennoten

Author

jeroennoten