Download the PHP package sanjeev-labs/laravel-contact-us without Composer
On this page you can find all versions of the php package sanjeev-labs/laravel-contact-us. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sanjeev-labs/laravel-contact-us
More information about sanjeev-labs/laravel-contact-us
Files in sanjeev-labs/laravel-contact-us
Download sanjeev-labs/laravel-contact-us
More information about sanjeev-labs/laravel-contact-us
Files in sanjeev-labs/laravel-contact-us
Vendor sanjeev-labs
Package laravel-contact-us
Short Description Laravel contact us form with Google recaptcha
License MIT
Package laravel-contact-us
Short Description Laravel contact us form with Google recaptcha
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-contact-us
laravel-contact-us
Contact us form for laravel applications. Receive emails from contact us form with spam protection through Google reCaptcha V2.
Installation via composer
-
Run below command
-
Add provider Sanjeevlabs\Contact\ContactServiceProvider::class in your providers list in config/app.php
-
Run below command, scaffold the controller and views.
- Run below command to publish configuration contact.php in your config directory.
Configuration Changes
- In config/contact.php replace SITE_KEY with your site key of Google reCaptcha. And replace SECRET_KEY with your secret key of Google reCaptcha. If you don't have site and secret keys, you can get from here.
- In config/contact.php replace 'Owner' with your desired name.
- In config/contact.php replace '[email protected]' with your email address where you want to receive emails.
View Changes
- To change the layout design or to add more fields, make changes in resources/views/contact/contact.blade.php and/or resources/views/contact/layout.blade.php files.
Email Changes
- To change in the email designs or to add more fields, make changes in resources/views/emails/contact/contact.blade.php and/or resources/views/emails/contact/contact-confirm.blade.php files.
All versions of laravel-contact-us with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
guzzlehttp/guzzle Version ^6.3.3
guzzlehttp/psr7 Version ^1.4
guzzlehttp/promises Version ^1.0
guzzlehttp/guzzle Version ^6.3.3
guzzlehttp/psr7 Version ^1.4
guzzlehttp/promises Version ^1.0
The package sanjeev-labs/laravel-contact-us contains the following files
Loading the files please wait ....