安装laravel/Horizon运行的话必须需要php的pcntl的扩展,然而这个扩展在windows上暂时还不支持,所以直接composer
是无法安装成功的,首先使用composer require "laravel/horizon:~1.0"--ignore-platform-reqs就能安装成功。但还是无法运行的,因为那个扩展的原因。运行php artisan horizon 之后会报
的错误。现在暂时还没有解决方案。windows上还是不能运行。
github的问题网址:https://github.com/laravel/horizon/issues/154