13 lines
489 B
Markdown
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)
|
|
```
|