chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
//这是{%app%}应用的配置文件
|
||||
return [
|
||||
'name' => '{%app%}',
|
||||
'title' => '',
|
||||
'intro' => '',
|
||||
'author' => '',
|
||||
'website' => '',
|
||||
'version' => '1.0.0',
|
||||
'state' => 1,
|
||||
'url' => '/{%app%}',
|
||||
'license' => '',
|
||||
'licenseto' => 0,
|
||||
'config' => [],
|
||||
'events' => [
|
||||
// 事件绑定,
|
||||
'bind' => [],
|
||||
// 事件监听
|
||||
'listen' => [],
|
||||
// 事件订阅
|
||||
'subscribe' => [],
|
||||
],
|
||||
'middleware' => [
|
||||
// 别名 => 中间件类
|
||||
'alias' => [],
|
||||
// 中间件优先级,越靠前优先级越高
|
||||
'priority' => [],
|
||||
],
|
||||
'services' => [],
|
||||
];
|
||||
Reference in New Issue
Block a user