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 4b89847 commit 7f857c7Copy full SHA for 7f857c7
README.md
@@ -68,13 +68,11 @@ Find the `aliases` array key in `config/app.php` and register the **Geocoder Fac
68
)
69
```
70
71
-Configuration
72
--------------
73
-
+## Configuration
74
Publish and edit the configuration file
75
76
-```bash
77
-$ php artisan vendor:publish --provider="toin0u/geocoder-laravel"
+```sh
+php artisan vendor:publish --provider="Toin0u\Geocoder\GeocoderServiceProvider" --tags="config"
78
79
80
The service provider creates the following services:
0 commit comments