运行

php bin/laravels {start|stop|restart|reload|info|help}

在运行之前,请先仔细阅读:注意事项

命令说明
start启动LaravelS,展示已启动的进程列表 "ps -ef|grep laravels"。支持选项 "-d|—daemonize" 以守护进程的方式运行,此选项将覆盖laravels.phpswoole.daemonize设置;支持选项 "-e|—env" 用来指定运行的环境,如—env=testing将会优先使用配置文件.env.testing,这个特性要求Laravel 5.2+
stop停止LaravelS
restart重启LaravelS,支持选项 "-d|—daemonize" 和 "-e|—env"
reload平滑重启所有Task/Worker/Timer进程(这些进程内包含了你的业务代码),并触发自定义进程的onReload方法,不会重启Master/Manger进程
info显示组件的版本信息
help显示帮助信息