35 Star 72 Fork 28

Jerry-chen / thinkask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 505 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
<?php
// [ *********应用入口文件 此入口只建议虚拟机这样配置,为了更加的安全,请配置目录为 public 入口文件public/index ]
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
define('PUBLIC_PATH', __DIR__ . '/public/');
define('PLUS_PATH', __DIR__ .'/plus/');
define('THINKASK_VERSION', 'v1.2.3');
define('__STATIC__', '/public');
// 加载框架引导文件
require './core/start.php';
// TP文档:http://www.kancloud.cn/manual/thinkphp5/129746
PHP
1
https://gitee.com/jerrycyl/thinkask.git
git@gitee.com:jerrycyl/thinkask.git
jerrycyl
thinkask
thinkask
master

搜索帮助