PHPackages                             abr4xas/gmaps-input-backpack - 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. [Admin Panels](/categories/admin)
4. /
5. abr4xas/gmaps-input-backpack

ActiveLibrary[Admin Panels](/categories/admin)

abr4xas/gmaps-input-backpack
============================

Custom Google Maps Input for Laravel Backpack

v2.0.0(3y ago)23.9k↓50%4[1 PRs](https://github.com/abr4xas/gmaps-input-backpack/pulls)MITBlade

Since Aug 10Pushed 3y agoCompare

[ Source](https://github.com/abr4xas/gmaps-input-backpack)[ Packagist](https://packagist.org/packages/abr4xas/gmaps-input-backpack)[ GitHub Sponsors](https://github.com/abr4xas)[ RSS](/packages/abr4xas-gmaps-input-backpack/feed)WikiDiscussions dev Synced 1mo ago

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

#### Custom Google Maps Input for Laravel Backpack

[](#custom-google-maps-input-for-laravel-backpack)

#### How to install

[](#how-to-install)

with composer:

```
composer require abr4xas/gmaps-input-backpack
```

#### How to use

[](#how-to-use)

Add your Google Api Key to the env file:

```
GOOGLE_MAPS_API_KEY=

```

Add this to your backpack controller:

```
$this->crud->addField([
    'name'  => 'address-input', // do not change this
    'type'  => 'customGoogleMaps', // do not change this
    'label' => "Google Maps",
    'hint'  => 'Help text',
    'attributes' => [
        'class' => 'form-control map-input', // do not change this, add more classes if needed
    ],
    'view_namespace' => 'custom-google-maps-field-for-backpack::fields',
]);
```

> Notice the view\_namespace attribute - make sure that is exactly as above, to tell Backpack to load the field from this addon package, instead of assuming it's inside the Backpack\\CRUD package.

#### Preview:

[](#preview)

[![Custom Google Maps Input for Laravel Backpack](custom-google-map-input-backpack-field.png "Custom Google Maps Input for Laravel Backpack")](custom-google-map-input-backpack-field.png)

Thanks to  for the inspiration.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~902 days

Total

2

Last Release

1195d ago

Major Versions

v1.0.0 → v2.0.02023-01-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d947508ce4076ed67ec719eb2c74696e025dab397eabc921d483545fb4c403f?d=identicon)[abr4xas](/maintainers/abr4xas)

---

Top Contributors

[![abr4xas](https://avatars.githubusercontent.com/u/405484?v=4)](https://github.com/abr4xas "abr4xas (4 commits)")[![Mello21century](https://avatars.githubusercontent.com/u/4740180?v=4)](https://github.com/Mello21century "Mello21century (2 commits)")[![garrettudstrand](https://avatars.githubusercontent.com/u/108371926?v=4)](https://github.com/garrettudstrand "garrettudstrand (1 commits)")

---

Tags

googlegoogle-mapslaravel-backpackmapslaravelgoogle mapsaddonadmin-panelbackpackBackpack for Laravel

### Embed Badge

![Health badge](/badges/abr4xas-gmaps-input-backpack/health.svg)

```
[![Health](https://phpackages.com/badges/abr4xas-gmaps-input-backpack/health.svg)](https://phpackages.com/packages/abr4xas-gmaps-input-backpack)
```

###  Alternatives

[ziming/json-field-for-backpack

A Json Editor Field for Backpack

3597.3k](/packages/ziming-json-field-for-backpack)[izica/relations-widgets-for-backpack

Widgets for preview model relations in laravel backpack

2927.3k](/packages/izica-relations-widgets-for-backpack)[digitallyhappy/toggle-field-for-backpack

Easily toggle boolean attributes with a new field type.

2138.4k](/packages/digitallyhappy-toggle-field-for-backpack)[backpack/revise-operation

Backpack interface for venturecraft/revisionable

43279.9k1](/packages/backpack-revise-operation)[imokhles/signature-field-for-backpack

Easily add signature field to backpack admin panel.

262.0k](/packages/imokhles-signature-field-for-backpack)[soufiene-slimi/star-field-for-backpack

Easily rate items with stars using this new field type.

154.9k](/packages/soufiene-slimi-star-field-for-backpack)

PHPackages © 2026

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