PHPackages                             movex-ukraine/secure-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. movex-ukraine/secure-array-files

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

movex-ukraine/secure-array-files
================================

A Laravel Nova field that secure save your files into an array of objects and download from response

1.0.0(5y ago)03603[1 issues](https://github.com/Movex-Ukraine/secure-array-files/issues)[1 PRs](https://github.com/Movex-Ukraine/secure-array-files/pulls)MITVuePHP &gt;=7.1.0

Since May 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Movex-Ukraine/secure-array-files)[ Packagist](https://packagist.org/packages/movex-ukraine/secure-array-files)[ RSS](/packages/movex-ukraine-secure-array-files/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

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

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

Description
-----------

[](#description)

A Laravel Nova field that secure save your files into an array of objects and download from response

 [![SecureArrayFiles_Details.png](img/SecureArrayFiles_Details.png)](img/SecureArrayFiles_Details.png)

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

[](#installation)

```
composer require movex-ukraine/secure-array-files

```

Usage
=====

[](#usage)

Create array files just call `MovexUkraine\SecureArrayFiles\SecureArrayFiles` class and use `make` static method to create a field.

```
...
use MovexUkraine\SecureArrayFiles\SecureArrayFiles;
...
public function fields(Request $request)
    {
        return [
            ...
            SecureArrayFiles::make('My files', 'files')
                ->disk('local')
                ->path('my_attachments'),
            ...
        ];
    }
...

```

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

 [![SecureArrayFiles_Edit.png](img/SecureArrayFiles_Edit.png)](img/SecureArrayFiles_Edit.png)

```
[{
    "originalName":"favicon-32x32.png",
    "name":"my_attachments/2020-05-24_Yagdk7OFLNq3jb3wYp82LWmHtNNPOqc9VHGTdmkb.png",
    "url":"/storage/my_attachments/2020-05-24_Yagdk7OFLNq3jb3wYp82LWmHtNNPOqc9VHGTdmkb.png"
},
{
    "originalName":"robots.txt",
    "name":"my_attachments/2020-05-24_Rt1fHaMvxePXiH1NDqW6jBbwUR2yknVASfQQo0Kq.txt",
    "url":"/storage/my_attachments/2020-05-24_Rt1fHaMvxePXiH1NDqW6jBbwUR2yknVASfQQo0Kq.txt"
}]

```

Notes
=====

[](#notes)

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

License
-------

[](#license)

The Laravel Nova Field - Secure Array Files is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

2184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9aad6092248f3dd59985d6bf13af2b8c541b392bc1390d2159e88ef00636877b?d=identicon)[Movex-Ukraine](/maintainers/Movex-Ukraine)

---

Tags

laravelarrayfilessecurenova

### Embed Badge

![Health badge](/badges/movex-ukraine-secure-array-files/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[armincms/json

A Laravel Nova field.

25149.4k3](/packages/armincms-json)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[halimtuhu/array-images

A Laravel Nova field for distribute your images as array of object.

1441.2k](/packages/halimtuhu-array-images)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)

PHPackages © 2026

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