We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
beta
10.48
8.2
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
Install Laravel Reverb on windows on Laravel 10.48 then run php artisan reverb:start
The text was updated successfully, but these errors were encountered:
Duplicate of #65
Sorry, something went wrong.
Not the same issue. I am on Laravel 10.X not 11
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: