1 Star 0 Fork 23

sunsineq/laravelcms

forked from 吃货研究所/laravelcms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start_web.php 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
TTboy 提交于 2016-10-24 16:25 . 新增workerman 通信扩展接入
<?php
use Workerman\Worker;
use Workerman\WebServer;
use Workerman\Lib\Timer;
use PHPSocketIO\SocketIO;
include __DIR__ . '/vendor/autoload.php';
// 启动一个webserver,用于吐html css js,方便展示
// 这个webserver服务不是必须的,可以将这些html css js文件放到你的项目下用nginx或者apache跑
$web = new WebServer('http://0.0.0.0:2123');
$web->addRoot('localhost', __DIR__ . '/public');
if(!defined('GLOBAL_START'))
{
Worker::runAll();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sunsineq/laravelcms.git
git@gitee.com:sunsineq/laravelcms.git
sunsineq
laravelcms
laravelcms
master

搜索帮助