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)1019.5k↓36.7%11[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 1mo ago

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

37

—

LowBetter than 83% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

2587d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/9fbc42d1a5302b500c217cf263e23a7229770174af3cc3a21b85ba2973c6f812?d=identicon)[devmtm](/maintainers/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.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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