swoolefor icon indicating copy to clipboard operation
swoolefor copied to clipboard

监控你的 Swoole 程序文件变化并自动重启服务器 - 适用于开发 / Monitor for any changes in your swoole application and automatically restart the server - perfect for development

Results 2 swoolefor issues
Sort by recently updated
recently updated
newest added

Cannot start swoolefor. Server starting and immediately stopped. What do you think to do? ``` [2022-01-18 08:13:58] MIX.INFO: [Executor.php:68] executor start, exec: [/usr/local/bin/php -e /var/www/bin/server] 2022-01-18T08:13:58.716124434Z [2022-01-18 08:13:58] MIX.INFO: [Executor.php:82]...

当你要使用 swoolefor 执行一个命令时,如:`php swoolefor.phar --exec "php /data/bin/hyperf.php start" `,先执行一下 `--exec` 内的命令,如:`php /data/bin/hyperf.php start`,看有没有错误,是不是前台执行,还有前面的 `php` 必须要有, `/data/bin/hyperf.php` 必须是绝对路径。