1 Star 1 Fork 15

saku87/YiAdmin零依后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
constant.php 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
YiAdmin 提交于 2022-04-24 13:51 . init
<?php
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_PATH', __DIR__ . DS);
define('RUNTIME_PATH', __DIR__ . DS . 'runtime' . DS);
define('APP_PATH', ROOT_PATH . 'app' . DS);
define('VIEW_PATH', ROOT_PATH . 'view' . DS);
define('PUBLIC_PATH', ROOT_PATH . 'public' . DS);
define('VENDOR_PATH', ROOT_PATH . 'vendor' . DS);
define('EXT', '.php');
define('IS_WIN', strpos(PHP_OS, 'WIN') !== false);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/saku/YiAdmin-Webman.git
git@gitee.com:saku/YiAdmin-Webman.git
saku
YiAdmin-Webman
YiAdmin零依后台管理系统
master

搜索帮助