Lj
Results
2
issues of
Lj
https://github.com/mix-php 的子仓库都是由 https://github.com/mix-php/mix 项目的 `src` 目录内的源码同步过去的,因此: - 提交代码需要 fork `https://github.com/mix-php/mix` - 然后修改 `src` 对应子目录的源码 - 然后提交 PR 到 `https://github.com/mix-php/mix` 这样你的贡献就会出现在 mix 主仓库中,同时也会出现在子仓库
当你要使用 swoolefor 执行一个命令时,如:`php swoolefor.phar --exec "php /data/bin/hyperf.php start" `,先执行一下 `--exec` 内的命令,如:`php /data/bin/hyperf.php start`,看有没有错误,是不是前台执行,还有前面的 `php` 必须要有, `/data/bin/hyperf.php` 必须是绝对路径。