1 Star 0 Fork 931

胡胡/likecms

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

Search