PHPackages                             nuewire/platform - 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. nuewire/platform

ActiveLibrary[Admin Panels](/categories/admin)

nuewire/platform
================

A lightweight Laravel admin platform with encrypted settings and shared Livewire navigation.

1.0.2(today)02↑2900%MITPHPPHP ^8.2

Since Jul 28Pushed todayCompare

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

READMEChangelog (5)Dependencies (14)Versions (3)Used By (0)

Nuewire Platform
================

[](#nuewire-platform)

Admin layout and shared navigation for Laravel Livewire packages.

Install
-------

[](#install)

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

Open `/admin`. The route prefix and middleware are configured in `config/nuewire/platform.php`.

Settings component
------------------

[](#settings-component)

```

```

Settings are encrypted at `storage/app/private/.nuewire/platform.json`.

Layouts
-------

[](#layouts)

```

    ...

    ... login form ...

```

The guest layout only renders the login UI. The host application keeps control of authentication.

Navigation groups
-----------------

[](#navigation-groups)

Registered pages are grouped automatically. In sidebar mode, each group is expandable. In header mode, each group becomes a dropdown.

```
Pengaturan
├── Platform
├── Filesystem
└── Mail

```

Publish
-------

[](#publish)

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

Realtime appearance
-------------------

[](#realtime-appearance)

The admin layout includes a floating appearance control. Theme, navigation, sidebar mode, and content width are saved immediately and applied without a refresh.

Disable it through the published config:

```
'appearance' => ['enabled' => false],
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~0 days

Total

2

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 (8 commits)")

---

Tags

laravelplatformlivewirelayoutadmin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

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

Psalm plugin for Laravel

3345.3M348](/packages/psalm-plugin-laravel)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[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)
