PHPackages                             hnassr/nova-places - 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. hnassr/nova-places

ActiveLibrary

hnassr/nova-places
==================

A Laravel Nova field.

v1.0.4(6y ago)1511.7k2[1 issues](https://github.com/hnassr/nova-places/issues)MITVuePHP &gt;=7.1.0CI failing

Since Sep 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hnassr/nova-places)[ Packagist](https://packagist.org/packages/hnassr/nova-places)[ RSS](/packages/hnassr-nova-places/feed)WikiDiscussions master Synced yesterday

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

Nova Places
===========

[](#nova-places)

[![Latest Version on Packagist](https://camo.githubusercontent.com/eec816d2152a8650b3deb9a81ab26e0dcdd3448f8340250aecf117263be5aed0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686e617373722f6e6f76612d706c616365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hnassr/nova-places)[![CircleCI branch](https://camo.githubusercontent.com/7fa726e715694a57afa8d6df753c0e94cccb575f682ef621df7b33e50d0aed8a/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f686e617373722f6e6f76612d706c616365732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/7fa726e715694a57afa8d6df753c0e94cccb575f682ef621df7b33e50d0aed8a/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f686e617373722f6e6f76612d706c616365732f6d61737465722e7376673f7374796c653d666c61742d737175617265)[![Build Status](https://camo.githubusercontent.com/157fd1955113af67f7cab5fd84bd70a834f5c14c290c4b9c47080f392f3fd60f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686e617373722f6e6f76612d706c616365732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/hnassr/nova-places)[![Quality Score](https://camo.githubusercontent.com/1baf3ff8bebdb5c74578a3be55143f6a0956b522cfcb0c15b7eaf9df2b467dec/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f686e617373722f6e6f76612d706c616365732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/hnassr/nova-places)[![Total Downloads](https://camo.githubusercontent.com/d290c124c60ad5262417f529360a097f82c99a1b63b04fec16b1a389a64a26c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686e617373722f6e6f76612d706c616365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hnassr/nova-places)

This package add to laravel nova [algolia places](https://github.com/algolia/places) field

Screenshots
-----------

[](#screenshots)

[![](ScreenShot.png)](ScreenShot.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require hnassr/nova-places
```

```
['country', 'county', 'administrative', 'city', 'full', 'countryCode', 'latlng', 'postcode'] // Available Fileds
```

```
Places::make('Place', 'place')
    ->locale('de') // default locale is en
    ->countries(['us', 'uk']) // Search in specific countries
    ->indexField('city') // what to show in resource index page
    ->showFields(['country', 'county', 'administrative', 'city', 'full']), // what to show in resource preview page
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Hazem Nassr](https://github.com/:hnassr)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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 ~153 days

Total

5

Last Release

2197d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83a9e22e0e89569b7ba27bb7586e2d0ce72d6b0f41eebd7c10dcad01838c03bb?d=identicon)[hnassr](/maintainers/hnassr)

---

Top Contributors

[![hnassr](https://avatars.githubusercontent.com/u/9513214?v=4)](https://github.com/hnassr "hnassr (11 commits)")

---

Tags

addressaddress-autocompletealgolia-placesautocompletelaravellaravel-novanovaplacesvuelaravelnova

### Embed Badge

![Health badge](/badges/hnassr-nova-places/health.svg)

```
[![Health](https://phpackages.com/badges/hnassr-nova-places/health.svg)](https://phpackages.com/packages/hnassr-nova-places)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

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

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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