1 Star 18 Fork 5

智轩/laravel8-admin通用后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
server1.php 251 Bytes
一键复制 编辑 原始数据 按行查看 历史
智轩@午后时光 提交于 2022-07-26 17:09 . 发布
<?php
declare(strict_types=1);
$http = new Swoole\Http\Server("0.0.0.0", 9501);
$http->on(
"request",
function (Swoole\Http\Request $request, Swoole\Http\Response $response) {
require_once 'public/index.php';
}
);
$http->start();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhixuan2/laravel8-admin.git
[email protected]:zhixuan2/laravel8-admin.git
zhixuan2
laravel8-admin
laravel8-admin通用后台
master

搜索帮助