PHPackages                             triad-ltd/array-images - 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. triad-ltd/array-images

ActiveLibrary

triad-ltd/array-images
======================

A Laravel Nova field.

16Vue

Since Dec 4Pushed 7y agoCompare

[ Source](https://github.com/triad-ltd/array-images)[ Packagist](https://packagist.org/packages/triad-ltd/array-images)[ RSS](/packages/triad-ltd-array-images/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova Field - Array Images
=================================

[](#laravel-nova-field---array-images)

A laravel nova field that will let you save your uploaded images path to your database in array format, change to make paths in json data relative.

Installation
============

[](#installation)

```

```

Usage
=====

[](#usage)

Create array images just call `TriadLtd\ArrayImages\ArrayImages` class and use `make` static method to create a field.

```
...
use TriadLtd\ArrayImages\ArrayImages;
...
public function fields(Request $request)
    {
        return [
            ...
            ArrayImages::make('Images', 'images'),
            ...
        ];
    }
...

```

That will create a field with name `Images`. Stored data will look like this.

```
[{
    "url": "/storage/wB04AbprHGxHw4I3sizXmuw9L4LBcG0wv0QEacAo.jpeg",
    "name": "wB04AbprHGxHw4I3sizXmuw9L4LBcG0wv0QEacAo.jpeg"
}, {
    "url": "/storage/eOuxUCjHGNokkHdOXYB7gGObxCvf7m30ridFpBpy.jpeg",
    "name": "eOuxUCjHGNokkHdOXYB7gGObxCvf7m30ridFpBpy.jpeg"
}, {
    "url": "/storage/nLkZp4vfpATEp56NStJfeAtKoHvmN2hapfxoNrEN.jpeg",
    "name": "nLkZp4vfpATEp56NStJfeAtKoHvmN2hapfxoNrEN.jpeg"
}]

```

Notes
=====

[](#notes)

- make sure you have specified correct `APP_URL` on your application
- make sure you have specified default `FILESYSTEM_DRIVER` on your application

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3266378?v=4)[Triad Ltd](/maintainers/triad-ltd)[@triad-ltd](https://github.com/triad-ltd)

---

Top Contributors

[![halimtuhu](https://avatars.githubusercontent.com/u/26518224?v=4)](https://github.com/halimtuhu "halimtuhu (3 commits)")[![stevesweets](https://avatars.githubusercontent.com/u/651151?v=4)](https://github.com/stevesweets "stevesweets (2 commits)")

### Embed Badge

![Health badge](/badges/triad-ltd-array-images/health.svg)

```
[![Health](https://phpackages.com/badges/triad-ltd-array-images/health.svg)](https://phpackages.com/packages/triad-ltd-array-images)
```

PHPackages © 2026

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