PHPackages                             noerd/noerd - 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. noerd/noerd

ActiveLibrary

noerd/noerd
===========

v0.3.8(1mo ago)49882MITPHP

Since Feb 9Pushed 1mo agoCompare

[ Source](https://github.com/noerd-dev/noerd)[ Packagist](https://packagist.org/packages/noerd/noerd)[ RSS](/packages/noerd-noerd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (32)Used By (2)

noerd/noerd
===========

[](#noerdnoerd)

Noerd is a Laravel Livewire 4 package for building admin panels efficiently. It provides pre-built list and detail views that can be configured entirely through YAML files, eliminating the need for repetitive CRUD code.

[![Noerd](https://camo.githubusercontent.com/642c9d03406dc92041ee14c96b039b0cb21279259ffc14178eca8a0bace33fff/68747470733a2f2f6e6f6572642e6465762f6173736574732f4e6f6572642e676966)](https://camo.githubusercontent.com/642c9d03406dc92041ee14c96b039b0cb21279259ffc14178eca8a0bace33fff/68747470733a2f2f6e6f6572642e6465762f6173736574732f4e6f6572642e676966)

For full documentation, visit [noerd.dev](https://noerd.dev).

Key Features
------------

[](#key-features)

- **Business Apps** – Build self-contained apps like Accounting, CMS, Booking or Production Planning and assign them individually to tenants
- **List Views** – Display data in configurable tables with minimal setup
- **Detail Views** – Render individual records with flexible field layouts
- **YAML Configuration** – Define columns, fields, and behavior through configuration files instead of PHP code
- **Multi-Tenant Architecture** – Support for multiple tenants with app-based access control

Demo
----

[](#demo)

You can access a demo here. The demo has assigned two apps, a Content-Management-System and a Study-App.

Installation
------------

[](#installation)

```
composer require noerd/noerd
php artisan noerd:install
```

The installation wizard will guide you through creating an admin user and an initial tenant.

### Recommended Configuration

[](#recommended-configuration)

If you don't want to configure `$guarded` on every model individually, you can globally unguard all models in your `AppServiceProvider`:

```
use Illuminate\Database\Eloquent\Model;

public function boot(): void
{
    Model::unguard();
}
```

This allows mass assignment on all attributes for every model.

Usage
-----

[](#usage)

Noerd is designed around the concept of apps, where each app has its own navigation defined in a YAML file.

### Creating an App

[](#creating-an-app)

```
php artisan noerd:create-app
```

### Assigning Apps to Tenants

[](#assigning-apps-to-tenants)

```
php artisan noerd:assign-apps-to-tenant
```

### Creating a Resource

[](#creating-a-resource)

Generate list and detail Blade views along with their YAML configuration files from an existing Eloquent model:

```
php artisan noerd:make-resource "App\Models\Post"
```

For more details on resources and all available configuration options, see the [documentation](https://noerd.dev).

Auto installed packages
-----------------------

[](#auto-installed-packages)

### Composer

[](#composer)

- `wireui/heroicons` — Heroicon SVG components
- `pestphp/pest` (dev) — Testing framework

### NPM

[](#npm)

- `@tiptap/core` — Rich text editor core

Installation as Submodule to contribute
---------------------------------------

[](#installation-as-submodule-to-contribute)

If you want to contribute to the development of Noerd, you can install it as a git submodule:

```
git submodule add git@github.com:noerd-dev/noerd.git app-modules/noerd
```

Then add the package manually to the `require` section of your `composer.json`:

```
"noerd/noerd": "dev-main"
```

Then run:

```
composer update noerd/noerd
php artisan noerd:install
```

This way, you can make changes directly in `app-modules/noerd` and push them back to the Noerd repository.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance89

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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 ~1 days

Total

31

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ede41d0ea3a95909f1e9a22b682a3b598e8b5c4244c0c1258e5a4ec238524bf?d=identicon)[noerd](/maintainers/noerd)

---

Top Contributors

[![johbrock](https://avatars.githubusercontent.com/u/19673317?v=4)](https://github.com/johbrock "johbrock (573 commits)")

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[calebdw/larastan-livewire

A Larastan / PHPStan extension for Livewire.

43482.4k3](/packages/calebdw-larastan-livewire)

PHPackages © 2026

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