LaravelPackages.net
Acme Inc.
Toggle sidebar
jeroennoten/laravel-contact

Laravel Contact

35
4
v1.0.0
About jeroennoten/laravel-contact

jeroennoten/laravel-contact is a Laravel package for laravel contact. It currently has 4 GitHub stars and 35 downloads on Packagist (latest version v1.0.0). Install it with composer require jeroennoten/laravel-contact. Discover more Laravel packages by jeroennoten or browse all Laravel packages to compare alternatives.

Last updated

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
    
Comments