1 Star 0 Fork 0

Dylan/academy-xin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.php 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dylan 提交于 2024-03-21 16:35 . first commit
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
if (method_exists(\app\Env::class, 'load')) {
$loadfile=file_exists(__DIR__.DIRECTORY_SEPARATOR.'dev.env')?'dev.env':'.env';
\app\Env::load($loadfile);
}
support\App::run();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixyan/academy-xin.git
git@gitee.com:lixyan/academy-xin.git
lixyan
academy-xin
academy-xin
master

搜索帮助