-
Notifications
You must be signed in to change notification settings - Fork 841
Expand file tree
/
Copy paththink
More file actions
27 lines (24 loc) · 1.12 KB
/
think
File metadata and controls
27 lines (24 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env php
<?php
declare(strict_types=1);
/**
* // +----------------------------------------------------------------------
* // | Payment Plugin for ThinkAdmin
* // +----------------------------------------------------------------------
* // | 版权所有 2014~2026 ThinkAdmin [ thinkadmin.top ]
* // +----------------------------------------------------------------------
* // | 官方网站: https://thinkadmin.top
* // +----------------------------------------------------------------------
* // | 开源协议 ( https://mit-license.org )
* // | 免责声明 ( https://thinkadmin.top/disclaimer )
* // | 会员免费 ( https://thinkadmin.top/vip-introduce )
* // +----------------------------------------------------------------------
* // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
* // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
* // +----------------------------------------------------------------------
*/
use think\admin\service\RuntimeService;
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 命令行应用初始化
RuntimeService::doConsoleInit();