sharenjoy/noah-domain

Shared domain models for Noah ecosystem

Maintainers

Package info

github.com/sharenjoy/noah-domain

pkg:composer/sharenjoy/noah-domain

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-04-01 21:37 UTC

This package is auto-updated.

Last update: 2026-04-01 21:37:51 UTC


README

Shared domain package for Noah projects.

Current scope

  • Migrated models (phase 1): Post, Category, Menu
  • Shared traits: CommonModelTrait, HasCategoryTree, HasMenus
  • Goal: reusable Eloquent domain layer without Filament UI coupling

Out of scope in this phase

  • Filament Resources/Pages/Plugins
  • Panel providers and admin-only UI behaviors
  • Admin-specific actions (e.g. replicate action UI)