Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Jun 29, 2016
1 parent 5a4566e commit 846e0a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Lavarel Kickbox Validator
A kickbox email lookup validator for form requests in laravel.
This custom validator for Laravel uses the Kickbox Api to validate that an email actual exists. Not just if it has a specific format or not, but if the email is a real email registered email.
A kickbox.io email lookup validator for form requests in laravel.
This custom validator for Laravel uses the [kickbox.io](https://kickbox.io/) API to validate that an email actual exists. Not just if it has a specific format or not, but if the email is a real email registered email.

Also see: [Laravel Twilio Validator](https://github.com/stuyam/laravel-twilio-validator) for phone number validation.

Expand All @@ -19,7 +19,7 @@ StuYam\TwilioValidator\TwilioValidatorServiceProvider::class
```

###Step 3
Add to Twilio credentials to your .env file:
Add Kickbox credentials to your .env file:

```
KICKBOX_API_KEY=xxxxxxxxxx
Expand Down

0 comments on commit 846e0a7

Please # to comment.