File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,17 @@ Find the `aliases` key in `app/config/app.php` and register the **Geocoder Facad
64
64
Configuration
65
65
-------------
66
66
67
- Publish the configuration
67
+ Publish and edit the configuration file
68
68
69
- $ php artisan config:publish toin0u/geocoder-laravel
69
+ ``` bash
70
+ $ php artisan config:publish toin0u/geocoder-laravel
71
+ ```
70
72
71
73
The service provider creates the following services:
72
74
73
- * `geocoder`: the Geocoder instance.
74
- * `geocoder.provider`: the provider used by Geocoder.
75
- * `geocoder.adapter`: the HTTP adapter used to get data from remotes APIs.
75
+ * ` geocoder ` : the Geocoder instance.
76
+ * ` geocoder.provider ` : the provider used by Geocoder.
77
+ * ` geocoder.adapter ` : the HTTP adapter used to get data from remotes APIs.
76
78
77
79
By default, the ` geocoder.provider ` service uses FreeGeoIP and the ` geocoder.adapter ` service uses the cURL adapter.
78
80
Override these services to use the adapter/provider you want.
You can’t perform that action at this time.
0 commit comments