You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-32Lines changed: 22 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -16,49 +16,39 @@ This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
16
16
17
17
## Installation
18
18
1. Install the package via composer:
19
-
```sh
20
-
composer require toin0u/geocoder-laravel
21
-
```
22
-
_Once 1.0.0 is stable, we will update this command to reflect that. In the interest of getting it out and into your hands, a temporary RC build is best._
23
-
24
-
2. Find the `providers` array key in `config/app.php` and register the **Geocoder
_Once 1.0.0 is stable, we will update this command to reflect that. In the interest of getting it out and into your hands, a temporary RC build is best._
23
+
24
+
2. Find the `providers` array key in `config/app.php` and register the **Geocoder Service Provider**:
0 commit comments