PHPackages                             yuriy-martini/nova-place-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. yuriy-martini/nova-place-field

ActiveLibrary

yuriy-martini/nova-place-field
==============================

v0.1.0(3y ago)044PHPPHP ^7.1 || ^7.2

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yuriy-martini/nova-place-field)[ Packagist](https://packagist.org/packages/yuriy-martini/nova-place-field)[ RSS](/packages/yuriy-martini-nova-place-field/feed)WikiDiscussions nova-3.0 Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Nova Place Field
================

[](#nova-place-field)

[![Latest Version](https://camo.githubusercontent.com/8074d9bad1e6fee659706140bbd515dec3309892cdee231343a44abd0e770633/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79757269792d6d617274696e692f6e6f76612d706c6163652d6669656c642e7376673f6c6162656c3d52656c65617365267374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/yuriy-martini/nova-place-field)[![MIT License](https://camo.githubusercontent.com/c1d374de7b0174a4c7c0166e8944f19145e194e1dab64e4ac70e189d2b5e9590/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f79757269792d6d617274696e692f6e6f76612d706c6163652d6669656c642e7376673f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/yuriy-martini/nova-place-field/blob/master/LICENSE.md)

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

[](#installation)

```
composer require yuriy-martini/nova-place-field
```

Configuration
-------------

[](#configuration)

Add to `.env` file `GOOGLE_MAPS_PLACES_API_KEY` or `GOOGLE_MAPS_API_KEY`.

```
GOOGLE_MAPS_API_KEY=
GOOGLE_MAPS_PLACES_API_KEY=${GOOGLE_MAPS_API_KEY}
```

Usage
-----

[](#usage)

```
use Laravel\Nova\Fields\Country;
use Laravel\Nova\Fields\Text;
use YuriyMartini\NovaPlaceField\Place;

public function fields(Request $request)
{
    return [
        Place::make('Address')
            ->locality('city')
            ->administrativeAreaLevel1('state')
            ->country('country', true),

        Text::make('Street Number'),

        Text::make('City'),

        Text::make('State'),

        Text::make('Postal Code'),

        Country::make('Country'),
    ];
}
```

Changelog
---------

[](#changelog)

Please see [Changelog File](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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

Unknown

Total

1

Last Release

1238d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9be477a8945a05df1f374dc4106fd9f9c44f5e6070b409c5ba69c57ae138eb00?d=identicon)[yuriy-martini](/maintainers/yuriy-martini)

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yuriy-martini-nova-place-field/health.svg)

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)

PHPackages © 2026

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