How can I solve “laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system”?

后端 未结 10 969
抹茶落季
抹茶落季 2021-01-30 04:07

When I run composer install on command promp, there exist error like this :

  Problem 1
    - Installation request for laravel/horizon v1.1.0 ->         


        
10条回答
  •  生来不讨喜
    2021-01-30 04:56

    Just run the following:

    composer install --ignore-platform-reqs

    Note: pcntl is not supported on Windows

提交回复
热议问题