feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
define('APP_PATH', __DIR__ . '/application/');
|
||||
define("BIND_MODULE", "server/Worker");
|
||||
// 加载框架引导文件
|
||||
require __DIR__ . '/thinkphp/start.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user