70 Star 390 Fork 136

于破熊/BearAdmin

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
think 180 Bytes
Copy Edit Raw Blame History
于破熊 authored 2021-12-11 23:49 +08:00 . 更新thinkphp版本为6.0
#!/usr/bin/env php
<?php
namespace think;
// 命令行入口文件
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->console->run();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yupoxiong/BearAdmin.git
git@gitee.com:yupoxiong/BearAdmin.git
yupoxiong
BearAdmin
BearAdmin
master

Search