Skip to content

This form will store user's queries and messages with reCAPTCHA verification.

Notifications You must be signed in to change notification settings

Anshul-code/Contact-Form-recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

reCAPTCHA Contact form package

This form will store Users queries and messages with google reCAPTCHA verification in Laravel v8.

  • Installation
    Add package using composer
    composer require anshul/contact

  • Add service provider
    Edit config/app.php, add the following file to Application Service Providers section.
    Anshul\Contact\ContactServiceProvider::class

  • Publish the resources
    php artisan vendor:publish

  • Migrate contact table to Database
    php artisan migrate

Usage

Edit config/recaptcha.php. Add Your google reCAPTCHA frontend and backend keys in it.
return [ 'key' => '', 'secret' => '' ];

About

This form will store user's queries and messages with reCAPTCHA verification.

Resources

Stars

Watchers

Forks

Packages

No packages published