Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Remove add script instruction in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianotisato committed Mar 26, 2021
1 parent 745d3d5 commit 88ad805
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ Add the below to your `.env` file
ADDRESS_AUTOCOMPLETE_API_KEY=############################
```

Add the below to /resources/views/vendor/nova/layout.blade.php (this you can copy from the nova repository to override the original)

* To get results in specific language add `&language=en` to the below script url

```php
<script src="https://maps.googleapis.com/maps/api/js?key={{config('google-autocomplete.api_key')}}&libraries=places"></script>
```

## Usage

Expand Down

0 comments on commit 88ad805

Please sign in to comment.