Laravel's new installation process is not compatible with Windows #53215
-
Two days ago I created a new project on Windows via the Laravel installer provided by Laravel Herd ( I encountered a problem during the installation: The installation stopped since Laravel Pail requires pcntl (which is not supported on Windows), so I had to run I don't want to blame or complain, but I think that the installation process should work on every OS out of the box. Is there some flag I have to add when running the command which isn't documented? Should Laravel always be installed via WSL now on? I don't know if this topic needs the opening of an issue, so I preferred to discuss it here before. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Is it I would expect to see a line like
so, I am guessing that
Nope, so I am guessing that
Nope. So no idea what is requiring |
Beta Was this translation helpful? Give feedback.
This was actually fixed a few days ago. Are you still experiencing this issue when using
laravel new
today?See: laravel/pail@b33ad83, #53172 and #53173