PHPackages                             digitalcloud/nova-address-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. digitalcloud/nova-address-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

digitalcloud/nova-address-field
===============================

A Laravel Nova Address field.

v1.3(7y ago)1121.6k↑18.1%11[6 issues](https://github.com/DigitalCloud/nova-address-field/issues)[6 PRs](https://github.com/DigitalCloud/nova-address-field/pulls)MITVuePHP &gt;=7.1.0

Since Dec 11Pushed 1y ago4 watchersCompare

[ Source](https://github.com/DigitalCloud/nova-address-field)[ Packagist](https://packagist.org/packages/digitalcloud/nova-address-field)[ RSS](/packages/digitalcloud-nova-address-field/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Nova Google Address Field.
==========================

[](#nova-google-address-field)

This field allows you to pick address using Google Places API by three ways:

1. using autocomplete input: user can start typing and the address will autocompleted. after the user select a place from the popup places the full real address with all the metadata (like latitude and longitude) will be filled in the form and the map will centered to the selected address.
2. using lat and long input: if you have the specific lat and lng for the place, you can put the in the form and the autocomplete input will be refreshed with the formatted address for this lat and lng, the map also will be centered to the ne address.
3. using map: you can pick the address by click on the place on the map and the real address will be filled automatically.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require digitalcloud/nova-address-field
```

You need to provide the Google places API key, you can get one from and then add the api key to your `.env` file

```
GOOGLE_PLACES_API_KEY=############################
```

Usage
-----

[](#usage)

```
use DigitalCloud\AddressField\AddressField;
// ....

AddressField::make('Address'),

//You can enable lat and lng inputs:
GoogleAutocomplete::make('Address')
          ->withLatLng(),

//You can enable map picking address:
GoogleAutocomplete::make('Address')
        ->withMap(),

//You can set the init location and zoom for the map:
GoogleAutocomplete::make('Address')
        ->withMap()->initLocation('24.6', '46.7')->zoom(5),
```

Images
------

[](#images)

[![addressfield2](https://user-images.githubusercontent.com/41853913/49798944-444c6800-fd4c-11e8-9299-0732960e8469.PNG)](https://user-images.githubusercontent.com/41853913/49798944-444c6800-fd4c-11e8-9299-0732960e8469.PNG)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Total

4

Last Release

2633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a11fa4bb6d4362819939f663d222719ef7de81b8029e31bb107826dc38cc1d5?d=identicon)[mohrajab](/maintainers/mohrajab)

![](https://avatars.githubusercontent.com/u/41853913?v=4)[Motaz Marouf](/maintainers/devmtm)[@devmtm](https://github.com/devmtm)

---

Top Contributors

[![devmtm](https://avatars.githubusercontent.com/u/41853913?v=4)](https://github.com/devmtm "devmtm (10 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/digitalcloud-nova-address-field/health.svg)

```
[![Health](https://phpackages.com/badges/digitalcloud-nova-address-field/health.svg)](https://phpackages.com/packages/digitalcloud-nova-address-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
