-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
117 lines (116 loc) · 2.33 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
name: phpzlc
title:
description:
keys:
language:
version: v3.0
status: newest
sort: 0
links:
-
title: gitee
url: https://gitee.com/phpzlc/phpzlc
-
title: github
url: https://github.com/phpzlc/phpzlc
-
title: composer
url: https://packagist.org/packages/phpzlc/phpzlc
menus:
-
title: 安装与运行
url: phpzlc/install
-
title: 目录与架构
url: phpzlc/skeleton
-
title: 配置
menus:
-
title: 常量参数配置与环境变量
url: phpzlc/config
-
title: 路由(Route)
url: phpzlc/route
-
title: 控制器
menus:
-
title: 控制器(Controller)
url: phpzlc/controller
-
title: 错误收集(Errors)
url: phpzlc/error
-
title: 验证(Validate)
url: phpzlc/validate
-
title: 数据库
menus:
-
title: 创建使用数据库
url: phpzlc/db/start
-
title: 设计Entity
url: phpzlc/db/entity
-
title: 插入、更新、删除
url: phpzlc/db/edit
-
title: 简单查询
url: phpzlc/db/query
-
title: 单表拆分
url: phpzlc/db/table-dismantle
-
title: 业务层
menus:
-
title: 业务层(Business)
url: phpzlc/business
-
title: 工具类-SQL
url: phpzlc/tool/sql
-
title: 工具类-Log
url: phpzlc/tool/log
-
title: 工具类-ActionLoad
url: phpzlc/tool/action-load
-
title: Exception
url: phpzlc/exception
-
title: 高级查询
menus:
-
title: 概述
url: phpzlc/repository
-
title: 规则
url: phpzlc/repository/rule
-
title: 规则-高级用法
url: phpzlc/repository/rule/advanced-usage
-
title: 支持配套
menus:
-
title: 文档书写(Document)
url: document-bundle
-
title: 内置数据(DataFixtures)
url: phpzlc/data-fixtures
-
title: 组件开发
menus:
-
title: 业务组件(Business Package)
url: phpzlc/module/business
-
title: 功能组件(Vendor Package)
url: phpzlc/module/vendor
parameters:
symfony:
version: 7.0
home: https://symfony.com/doc/7.0/index.html