当前位置: 首页 > 工具软件 > Horizon > 使用案例 >

安装laravel/Horizon

仇正豪
2023-12-01

安装laravel/Horizon运行的话必须需要php的pcntl的扩展,然而这个扩展在windows上暂时还不支持,所以直接composer

是无法安装成功的,首先使用composer require "laravel/horizon:~1.0"--ignore-platform-reqs就能安装成功。但还是无法运行的,因为那个扩展的原因。运行php artisan horizon 之后会报 

Call to undefined function Laravel\Horizon\Console\pcntl_async_signals()

的错误。现在暂时还没有解决方案。windows上还是不能运行。

github的问题网址:https://github.com/laravel/horizon/issues/154

 类似资料: