1 Star 0 Fork 0

JackHunx/Leaps5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
leaps 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env php
<?php
/**
* Leaps console bootstrap file.
*
* @author Tongle Xu <xutongle@gmail.com>
* @copyright Copyright (c) 2003-2103 Jinan TintSoft development co., LTD
* @license http://www.tintsoft.com/html/about/copyright/
*/
defined('LEAPS_DEBUG') or define('LEAPS_DEBUG', true);
// fcgi doesn't have STDIN defined by default
defined('STDIN') or define('STDIN', fopen('php://stdin', 'r'));
require(__DIR__ . '/protected/vendor/autoload.php');
require(__DIR__ . '/framework/leaps/src/Leaps/Leaps.php');
$config = require(__DIR__ . '/protected/config/console.php');
$application = new Leaps\Console\Application($config);
$exitCode = $application->run();
exit($exitCode);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jackhunx/Leaps5.git
git@gitee.com:jackhunx/Leaps5.git
jackhunx
Leaps5
Leaps5
master

搜索帮助