diff --git a/README.md b/README.md index 8bc9e9d..ac3e2c5 100644 --- a/README.md +++ b/README.md @@ -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' => [ --------- @@ -17,4 +17,4 @@ $rules = [ 'name' => 'required', 'address' => 'required|check_address', - ]; \ No newline at end of file + ];