195 Star 2K Fork 697

koogua/course-tencent-cloud

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
console.php 361 Bytes
Copy Edit Raw Blame History
koogua authored 2021-06-13 15:49 +08:00 . 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();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/koogua/course-tencent-cloud.git
git@gitee.com:koogua/course-tencent-cloud.git
koogua
course-tencent-cloud
course-tencent-cloud
master

Search