1 Star 0 Fork 615

非洲平头哥 / course-tencent-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
console.php 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
酷瓜云课堂 提交于 2021-06-13 15:49 . 1.源文件增加版权信息
#!/usr/bin/env php
<?php
/**
* @copyright Copyright (c) 2021 深圳市酷瓜软件有限公司
* @license https://opensource.org/licenses/GPL-2.0
* @link https://www.koogua.com
*/
use Bootstrap\ConsoleKernel;
require __DIR__ . '/bootstrap/Kernel.php';
require __DIR__ . '/bootstrap/ConsoleKernel.php';
$kernel = new ConsoleKernel();
$kernel->handle();
PHP
1
https://gitee.com/Alexander360/course-tencent-cloud.git
git@gitee.com:Alexander360/course-tencent-cloud.git
Alexander360
course-tencent-cloud
course-tencent-cloud
master

搜索帮助