4 Star 25 Fork 9

FlarumChina / flarum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
flarum 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env php
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
$site = require 'site.php';
/*
|-------------------------------------------------------------------------------
| Interpret console arguments
|-------------------------------------------------------------------------------
|
| Flarum's console interprets all command-line arguments to select and then
| execute corresponding commands for certain administrative tasks.
|
*/
$server = new Flarum\Console\Server($site);
$server->listen();
1
https://gitee.com/FlarumChina/flarum.git
git@gitee.com:FlarumChina/flarum.git
FlarumChina
flarum
flarum
master

搜索帮助