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
王小大 authored 2021-03-24 20:14 . 初始化项目
#!/usr/bin/env php
<?php
namespace think;
// 命令行入口文件
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->console->run();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化