Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on Windows #71

Closed
romsVLM opened this issue Mar 13, 2024 · 2 comments
Closed

Does not work on Windows #71

romsVLM opened this issue Mar 13, 2024 · 2 comments

Comments

@romsVLM
Copy link

romsVLM commented Mar 13, 2024

Reverb Version

beta

Laravel Version

10.48

PHP Version

8.2

Description

Hello, unable to run the "php artisan reverb:start" command on Windows.

Here is the error:
In StartServer.php line 150:

Undefined constant "Laravel\Reverb\Servers\Reverb\Console\Commands\SIGINT"

It appears that Reverb uses the PCNTL PHP extension which is not available on Windows.

There was the same problem on Laravel 11 and a fix was made.

Would it also be possible to have a fix for Windows?

Thanks in advance

Steps To Reproduce

Install Laravel Reverb on windows on Laravel 10.48 then run php artisan reverb:start

@driesvints
Copy link
Member

Duplicate of #65

@driesvints driesvints marked this as a duplicate of #65 Mar 13, 2024
@romsVLM
Copy link
Author

romsVLM commented Mar 13, 2024

Duplicate of #65

Not the same issue. I am on Laravel 10.X not 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants