Ai
53 Star 580 Fork 141

MZ/ModStartCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autoload.php 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
server 提交于 2021-09-09 16:05 +08:00 . develop
<?php
define('LARAVEL_START', microtime(true));
if (file_exists(__DIR__ . '/config.php')) {
include __DIR__ . '/config.php';
}
require __DIR__ . '/../vendor/autoload.php';
$compiledPath = __DIR__ . '/cache/compiled.php';
if (file_exists($compiledPath)) {
require $compiledPath;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/modstart/ModStartCMS.git
git@gitee.com:modstart/ModStartCMS.git
modstart
ModStartCMS
ModStartCMS
master

搜索帮助