-
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
Edit config/recaptcha.php. Add Your google reCAPTCHA frontend and backend keys in it.
return [ 'key' => '', 'secret' => '' ];