We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d1819 commit 7050192Copy full SHA for 7050192
README.md
@@ -25,7 +25,7 @@ This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
25
Service Provider**:
26
```php
27
// 'providers' => [
28
- Toin0u\GeocoderLaravel\Providers\GeocoderService::class,
+ Geocoder\Laravel\Providers\GeocoderService::class,
29
// ];
30
```
31
@@ -80,7 +80,7 @@ return [
80
If you would like to make changes to the default configuration, publish and
81
edit the configuration file:
82
```sh
83
-php artisan vendor:publish --provider="Toin0u\Geocoder\GeocoderServiceProvider" --tags="config"
+php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tags="config"
84
85
86
## Usage
0 commit comments