feat: init

This commit is contained in:
2024-12-20 18:03:35 +08:00
commit e6037bb488
68 changed files with 1822 additions and 0 deletions

9
config/console.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
],
];