laravel-contact maintained by jeroennoten
Installation
-
Require the package using composer:
composer require jeroennoten/laravel-contact -
Add the service provider to the
providersinconfig/app.php:JeroenNoten\LaravelContact\ServiceProvider::class, -
Publish the configuration:
php artisan vendor:publish --tag=contact-config