Using version ^5.7 for laravel/horizon
./composer.json has been updated
Running composer update laravel/horizon
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravel/horizon[v5.7.0, ..., 5.x-dev] require ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension.
- Root composer.json requires laravel/horizon ^5.7 -> satisfiable by laravel/horizon[v5.7.0, v5.7.1, 5.x-dev].
To enable extensions, verify that they are enabled in your .ini files:
- C:\laragon\bin\php\php-7.4.7-Win32-vc15-x64\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
ما فهمته من الخطأ أنه يحتاج إلى تفعيل الإضافة ext-pcntl لكن عندما بحثت عن الإضافة في ملف php.ini لم أجدها كيف يُمكن تجاوز المُشكلة.
السؤال
Mahmoud Alrashidi
عند تنفيذ الأمر التالي في الطرفية:
composer require laravel/horizon
يعطي الخطأ التالي:
Using version ^5.7 for laravel/horizon ./composer.json has been updated Running composer update laravel/horizon Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/horizon[v5.7.0, ..., 5.x-dev] require ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension. - Root composer.json requires laravel/horizon ^5.7 -> satisfiable by laravel/horizon[v5.7.0, v5.7.1, 5.x-dev]. To enable extensions, verify that they are enabled in your .ini files: - C:\laragon\bin\php\php-7.4.7-Win32-vc15-x64\php.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
ما فهمته من الخطأ أنه يحتاج إلى تفعيل الإضافة ext-pcntl لكن عندما بحثت عن الإضافة في ملف php.ini لم أجدها كيف يُمكن تجاوز المُشكلة.
2 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.