Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Beauvais committed Feb 14, 2017
1 parent 0dc7dde commit f9fda7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,8 @@ $validator = Validator::make(['ip' => '127.0.0.1'], [
]);
```

Note that you will need to create the validation message by yourself, as described in the [Laravel documentation](https://laravel.com/docs/5.4/validation#custom-error-messages).

### Facade

You can use the BotScout facade anywhere in your app:
Expand Down

0 comments on commit f9fda7a

Please sign in to comment.