Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutkaufmann committed May 26, 2021
1 parent b9a536a commit 947871d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ Providing [Laravel's storage functionality](https://laravel.com/docs/8.x/filesys

### Geo-Coding
Provide geo coordinates (longitude and latitude) for a given street address. Usage:

```
{% set geo = geocodeAddress("Pardeplatz, Zurich, Switzerland) %}
The address is located at {{ geo.longitude }} {{ geo.latitude }} (long/lat).
``
```


### Cryptography
Providing [Laravel's cryptograhic functionality](https://laravel.com/docs/8.x/encryption) as Twig functions:
Expand Down

0 comments on commit 947871d

Please sign in to comment.