la_bloger/README.md
2026-05-21 00:53:24 +02:00

13 lines
489 B
Markdown

# Laravel Blog Platform
Scaffholding for multi-domain cms system.
```
User
└── Post (identity — groups cross-channel publications of the same content)
└── Publication (one per Post per Channel)
├── Channel (site/hostname — multi-tenancy)
├── Prefix (URL section — /articles, /news, /tutorials)
├── Block[] (content body — block editor)
└── TaxonomyTerm[] (tags — channel-scoped)
```