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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

triad-ltd/array-files
=====================

A Laravel Nova field.

04Vue

Since Feb 20Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova Field - Array Files
================================

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

A laravel nova field that will let you save your uploaded files path to your database in array format.

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

[](#installation)

```

```

Usage
=====

[](#usage)

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

```
...
use TriadLtd\ArrayFiles\ArrayFiles;
...
public function fields(Request $request)
    {
        return [
            ...
            ArrayFiles::make('Files', 'files'),
            ...
        ];
    }
...

```

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

```
[{
    "url": "/storage/original-file-name.pdf",
    "name": "original-file-name.pdf"
}, {
    "url": "/storage/original-file-name.docx",
    "name": "original-file-name.docx"
}, {
    "url": "/storage/original-file-name.zip",
    "name": "original-file-name.zip"
}]

```

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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

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

[![stevesweets](https://avatars.githubusercontent.com/u/651151?v=4)](https://github.com/stevesweets "stevesweets (3 commits)")[![meatpaste](https://avatars.githubusercontent.com/u/2962872?v=4)](https://github.com/meatpaste "meatpaste (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jpunanua/yii2-seotools

Component and module to manage unique seo title, description, keywords and unique text associated with a page

174.2k](/packages/jpunanua-yii2-seotools)

PHPackages © 2026

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