Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
think 180 Bytes
Copy Edit Raw Blame History
Michael authored 2024-01-02 12:40 . 初始化v1.0
#!/usr/bin/env php
<?php
namespace think;
// 命令行入口文件
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->console->run();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化