larafony/docs
最新稳定版本:1.0.0
Composer 安装命令:
composer require larafony/docs
包简介
Official documentation for Larafony Framework
README 文档
README
Official documentation for Larafony Framework - Modern PHP 8.5 framework built for clarity, not complexity.
Structure
larafony-docs/
├── getting-started/ # Introduction, structure, bootstrap
├── architecture/ # Container, config, auth, cache
├── http/ # Controllers, middleware, HTTP client
├── database/ # Schema builder, query builder, models
├── views/ # Blade templates, Inertia.js, validation
├── security/ # Encryption, sessions, cookies
├── communication/ # Mail
├── utilities/ # Logging, events
├── async/ # Queue, jobs, WebSockets
├── debugging/ # DebugBar, error handling
├── bridges/ # Third-party integrations
└── meta.json # Navigation structure and metadata
Usage
As Source of Truth
This repository serves as the single source of truth for all Larafony documentation. It's consumed by:
- larafony.com - Official documentation website
- larafony-mcp - MCP server for AI assistants
File Format
Each documentation file uses Markdown with YAML frontmatter:
--- title: "Page Title" description: "Brief description for SEO" --- # Page Title Content goes here...
Navigation Structure
The meta.json file defines the documentation structure:
{
"sections": [
{
"id": "section-id",
"title": "Section Title",
"icon": "bootstrap-icon-name",
"pages": [
{"file": "page.md", "title": "Page Title", "slug": "url-slug"}
]
}
]
}
Contributing
- Fork this repository
- Edit or add Markdown files
- Update
meta.jsonif adding new pages - Submit a pull request
License
MIT License. Larafony-docs is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-23