1.3K Star 6.7K Fork 2.3K

GVPFastAdmin 开源后台框架/FastAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.php 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// [ 安装文件 ]
// 建议安装完成后移除此文件
// 定义应用目录
define('APP_PATH', __DIR__ . '/../application/');
// 加载框架引导文件
require __DIR__ . '/../thinkphp/base.php';
// 绑定到安装控制器
\think\Route::bind('\app\admin\command\Install', 'controller');
// 开启路由
\think\App::route(true);
// 设置根url
\think\Url::root('');
// 执行应用
\think\App::run()->send();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fastadminnet/fastadmin.git
git@gitee.com:fastadminnet/fastadmin.git
fastadminnet
fastadmin
FastAdmin
1.x

搜索帮助