LARAVEL封裝了啟動方法 最近更改了代碼,運行stop后。 再次 start -d。 就一直不能以daemon方式運行。
運行了composer update。 會不會是版本升級后,不行了
https://wenda.workerman.net/question/5831
workerman 從4.0.11版本后,支持了更靈活的命令。 直接支持php artisan workerman start -d php start.php thinkphp index/uesr start -d等這樣的格式,也就是start -d這些關(guān)鍵字的位置可以任意,方便與其它框架融合。不用再重寫$argv 了。
php artisan workerman start -d
php start.php thinkphp index/uesr start -d
start
-d
$argv
好的。 明白。 謝謝大佬