1 Star 2 Fork 2

guanguans/coole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bootstrap.php 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
yaozm 提交于 2022-09-25 21:51 . Add tests for console
<?php
declare(strict_types=1);
/**
* This file is part of Coole.
*
* @link https://github.com/guanguans/coole
* @contact guanguans <ityaozm@gmail.com>
* @license https://github.com/guanguans/coole/blob/main/LICENSE
*/
defined('COOLE_START') or define('COOLE_START', microtime(true));
defined('BASE_PATH') or define('BASE_PATH', __DIR__);
require BASE_PATH.'/vendor/autoload.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guanguans/coole.git
git@gitee.com:guanguans/coole.git
guanguans
coole
coole
main

搜索帮助