cms-manage/think

9 lines
179 B
Plaintext
Raw Normal View History

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