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

后端 未结 10 1085
抹茶落季
抹茶落季 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 05:02

    install horizon this way :

    composer require laravel/horizon --ignore-platform-reqs
    

    then run

    php artisan horizon:install
    

提交回复
热议问题