Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricewijnia committed Sep 10, 2020
1 parent 375d97c commit ce026fe
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,24 @@ And in our model:
```php

protected $casts = [
'location' => 'array'
'address' => 'array'
]

```


The resulting data will have this format:
```
{
street_name: '',
street_number: '',
postal_code: '',
city: '',
country: '',
formatted_address: '',
latitude: '',
longitude: ''
}
```



0 comments on commit ce026fe

Please sign in to comment.