No description
- PHP 48.5%
- Blade 45.9%
- JavaScript 5.6%
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| artisan | ||
| compose.yaml | ||
| composer.json | ||
| laravel | ||
| package.json | ||
| phpunit.xml | ||
| README.md | ||
| vite.config.js | ||
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)