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
6464Configuration
6565-------------
6666
67- Publish the configuration
67+ Publish and edit the configuration file
6868
69- $ php artisan config:publish toin0u/geocoder-laravel
69+ ``` bash
70+ $ php artisan config:publish toin0u/geocoder-laravel
71+ ```
7072
7173The service provider creates the following services:
7274
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.
7678
7779By default, the ` geocoder.provider ` service uses FreeGeoIP and the ` geocoder.adapter ` service uses the cURL adapter.
7880Override these services to use the adapter/provider you want.
You can’t perform that action at this time.
0 commit comments