Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj30808 authored Jun 24, 2017
1 parent 084a920 commit 4e797c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Address Validation in Laravel
`` This package used for physical address verification with google.

1)
1) composer require sonlabs/address-varification
2) Add below line in your provider at (config\app.php)
'providers' => [
---------
Expand All @@ -17,4 +17,4 @@
$rules = [
'name' => 'required',
'address' => 'required|check_address',
];
];

0 comments on commit 4e797c5

Please # to comment.