1 Star 0 Fork 0

小丑路人·社区/小丑路人社区(Hyperf-server)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
routes.php 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
小丑路人 提交于 2022-06-22 16:20 . update routes.
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
foreach (get_dir_files(BASE_PATH . '/routes') as $route)
{
require_once BASE_PATH . '/routes/' . $route;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/clown-passerby-community/hyperf-community.git
git@gitee.com:clown-passerby-community/hyperf-community.git
clown-passerby-community
hyperf-community
小丑路人社区(Hyperf-server)
develop

搜索帮助