1 Star 0 Fork 26

jackgitee88 / Discuz-Q-Web-Admin

forked from Discuz / Discuz-Q-Web-Admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
disco 362 Bytes
一键复制 编辑 原始数据 按行查看 历史
对信 提交于 2022-10-01 22:27 . UniApp 后端
#!/usr/bin/env php
<?php
define('DISCUZ_START', microtime(true));
define('ARTISAN_BINARY', 'disco');
require __DIR__.'/vendor/autoload.php';
$app = new Discuz\Foundation\Application(__DIR__);
$app->singleton(
Illuminate\Contracts\Console\Kernel::class,
App\Console\Kernel::class
);
$app->make(Illuminate\Contracts\Console\Kernel::class)->listen();
JavaScript
1
https://gitee.com/jackgitee88/discuz-q-web-admin.git
git@gitee.com:jackgitee88/discuz-q-web-admin.git
jackgitee88
discuz-q-web-admin
Discuz-Q-Web-Admin
master

搜索帮助