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

Commit

Permalink
Merge pull request #12 from anetwork/develop
Browse files Browse the repository at this point in the history
pull request
  • Loading branch information
shahrokhniakan authored Aug 24, 2016
2 parents 2729855 + 9bca855 commit b37074c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ You can access to validation rules by passing the rules key according blew follo
| a_domain | Checked correct domain |
| more | Checked value be max and not equal too|
| less | Checked value be min and not equal too |
| iran_phone | Iran phone number |




Expand Down Expand Up @@ -149,5 +151,7 @@ Validator::make( $request->all(), [

'less' => 'less:10' // Validate value be less than parameter

'phone' => 'iran_phone' // Validate phone number

]);
```

0 comments on commit b37074c

Please sign in to comment.