1 Star 0 Fork 68

solo168/DuxCMS3

forked from DuxWeb/DuxCMS3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
DuxWeb 提交于 2019-04-12 16:19 . no message
<?php
if (!defined('ROOT_PATH')) {
define('ROOT_PATH', str_replace('\\', '/', __DIR__) . '/');
}
if (!is_dir(__DIR__ . '/vendor/')) {
exit('Composer not installed');
}
if (version_compare(PHP_VERSION, '7.1', '<')) {
exit('PHP version cannot be less than 7.1');
}
require __DIR__ . '/vendor/autoload.php';
\dux\Start::run();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/engage/DuxCMS3.git
[email protected]:engage/DuxCMS3.git
engage
DuxCMS3
DuxCMS3
master

搜索帮助