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
Require the package using composer:
composer require jeroennoten/laravel-contact
Add the service provider to the providers in config/app.php:
JeroenNoten\LaravelContact\ServiceProvider::class,
Publish the configuration:
php artisan vendor:publish --tag=contact-config