No description
  • PHP 48.5%
  • Blade 45.9%
  • JavaScript 5.6%
Find a file
2026-05-22 17:42:10 +02:00
app improve editor ux 2026-05-22 17:42:10 +02:00
bootstrap admin auth 2026-04-26 16:56:41 +02:00
config init 2026-04-22 13:52:55 +02:00
database rename to publication + small fixes 2026-05-19 16:33:52 +02:00
public init 2026-04-22 13:52:55 +02:00
resources improve editor ux 2026-05-22 17:42:10 +02:00
routes cq additions and fixes 2026-05-20 13:01:33 +02:00
storage architecture scaffold 2026-04-22 16:21:35 +02:00
tests init 2026-04-22 13:52:55 +02:00
.editorconfig init 2026-04-22 13:52:55 +02:00
.env.example init 2026-04-22 13:52:55 +02:00
.gitattributes init 2026-04-22 13:52:55 +02:00
.gitignore block editor 2026-05-17 15:10:30 +02:00
.npmrc init 2026-04-22 13:52:55 +02:00
artisan init 2026-04-22 13:52:55 +02:00
compose.yaml architecture scaffold 2026-04-22 16:21:35 +02:00
composer.json architecture scaffold 2026-04-22 16:21:35 +02:00
laravel architecture scaffold 2026-04-22 16:21:35 +02:00
package.json add @tailwindcss/typography 2026-05-19 15:38:34 +02:00
phpunit.xml architecture scaffold 2026-04-22 16:21:35 +02:00
README.md update readme 2026-05-21 00:53:24 +02:00
vite.config.js admin auth 2026-04-26 16:56:41 +02:00

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)