Files
cashier/think
你的名字 ac0f12b21a 1
2025-10-15 14:53:54 +08:00

10 lines
180 B
PHP

#!/usr/bin/env php
<?php
namespace think;
// 命令行入口文件
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->console->run();