You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...or change runtime version in docker-compose with 8.4 context: ./vendor/laravel/sail/runtimes/8.4
...add the supervisor command for swoole as described here
$ sail up
[...]
ERROR The Swoole extension is missing.
2024-11-25 17:08:34,952 INFO exited: php (exit status 1; not expected)
^CGracefully stopping... (press Ctrl+C again to force)
[...]
The text was updated successfully, but these errors were encountered:
Sail Version
1.38.0
Laravel Version
11.33.2
PHP Version
8.4
Operating System
Windows (WSL)
OS Version
11
Description
On startup with enabled swoole configuration, the error "The Swoole extension is missing." is shown. Unable to start.
Looking at the corresponding docker file shows the swoole extension is excluded.
Steps To Reproduce
Fresh install...
$ curl -s https://laravel.build/example-app?with=none | bash
...or change runtime version in docker-compose with 8.4
context: ./vendor/laravel/sail/runtimes/8.4
...add the supervisor command for swoole as described here
The text was updated successfully, but these errors were encountered: