Replies: 1 comment 3 replies
-
Our package does not officially supports windows. It might work for the most part without that extension though. You could instruction composer to ignore those requirements, but I don't know the flag by heart, look that up at the composer site. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was recently updating my Laravel application to V9 on PHP 8.0.10 on Windows 10 and got this error message when running composer update saying
"spatie/laravel-backup[8.0.0, ..., 8.0.1] require ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension.".
Laravel backup is one of the core dependencies but the extension ext-pcntl seems to be unavailable for the Windows OS.
Beta Was this translation helpful? Give feedback.
All reactions