Laravel contact us form with Google recaptcha
sanjeev-labs/laravel-contact-us is a Laravel package for laravel contact us form with google recaptcha.
It currently has 0 GitHub stars and 35 downloads on Packagist (latest version 1.1.2).
Install it with composer require sanjeev-labs/laravel-contact-us.
Discover more Laravel packages by sanjeev-labs
or browse all Laravel packages to compare alternatives.
Last updated
Contact us form for laravel applications. Receive emails from contact us form with spam protection through Google reCaptcha V2.
composer require sanjeev-labs/laravel-contact-us
Add provider Sanjeevlabs\Contact\ContactServiceProvider::class in your providers list in config/app.php
Run below command, scaffold the controller and views.
php artisan make:contact
php artisan vendor:publish --tag=config