PHPackages                             nuewire/filesystem - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. nuewire/filesystem

ActiveLibrary[File &amp; Storage](/categories/file-storage)

nuewire/filesystem
==================

Encrypted, file-based filesystem settings for Laravel with a single Livewire component.

1.0.0(today)00MITPHPPHP ^8.2

Since Jul 28Pushed todayCompare

[ Source](https://github.com/nuewire/filesystem)[ Packagist](https://packagist.org/packages/nuewire/filesystem)[ RSS](/packages/nuewire-filesystem/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (12)Versions (2)Used By (0)

Nuewire Filesystem
==================

[](#nuewire-filesystem)

Filesystem settings for Laravel and Livewire.

Install
-------

[](#install)

```
composer require nuewire/filesystem
php artisan optimize:clear
```

Component
---------

[](#component)

```

```

With `nuewire/platform`, the page appears automatically under admin settings.

Storage
-------

[](#storage)

Settings are encrypted at:

```
storage/app/private/.nuewire/filesystem.json

```

Available disks:

```
nuewire
nuewire-local
nuewire-s3
nuewire-bunnycdn

```

`nuewire` always points to the active provider.

```
Storage::disk('nuewire')->put('files/example.txt', $contents);
```

The selected disk can become Laravel's default. Calls with an explicit disk such as `Storage::disk('public')` are not changed.

Base directory
--------------

[](#base-directory)

Set a relative directory such as:

```
my-app/media

```

A write to `avatars/user.jpg` is stored below `my-app/media/avatars/user.jpg`.

Local storage
-------------

[](#local-storage)

```
php artisan storage:link
```

Access
------

[](#access)

The component requires authentication by default.

```
NUEWIRE_FILESYSTEM_GATE=manage-filesystem-settings
```

Publish
-------

[](#publish)

```
php artisan vendor:publish --tag=nuewire-filesystem-config
php artisan vendor:publish --tag=nuewire-filesystem-views
php artisan vendor:publish --tag=nuewire-filesystem-translations
```

Config path:

```
config/nuewire/filesystem.php

```

Restart queue or Octane workers after changing providers.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/712577?v=4)[Novianto Rahmadi](/maintainers/novay)[@novay](https://github.com/novay)

---

Top Contributors

[![novay](https://avatars.githubusercontent.com/u/712577?v=4)](https://github.com/novay "novay (6 commits)")

---

Tags

filesystemlaravels3livewirebunnyCDN

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuewire-filesystem/health.svg)

```
[![Health](https://phpackages.com/badges/nuewire-filesystem/health.svg)](https://phpackages.com/packages/nuewire-filesystem)
```

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M134](/packages/roots-acorn)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M250](/packages/laravel-ai)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M137](/packages/laravel-pulse)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)

PHPackages © 2026

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