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

PHP Fatal error: Uncaught Error: Interface "EasySwoole\Bridge\CommandInterface" not found in /var/www/project/vendor/easyswoole/easyswoole/src/Bridge/AbstractCommand.php:14 #586

Open
yang131261 opened this issue Oct 19, 2024 · 0 comments

Comments

@yang131261
Copy link

使用docker 运行easyswoole

docker run --name easyswoole --network host --dns 8.8.8.8 -v E:/workspace/project:/var/www/project -p 9501:9501 -it --privileged -u root --entrypoint /bin/sh easyswoolexuesi2021/easyswoole:php8.1.22-alpine3.16-swoole4.8.13

`cd /var/www/project
composer require easyswoole/easyswoole
php vendor/bin/easyswoole.php install

cd /var/www/project
php easyswoole.php server start
`
安装官方步骤来的,安装运行easyswoole 提示 PHP Fatal error: Uncaught Error: Interface "EasySwoole\Bridge\CommandInterface" not found in /var/www/project/vendor/easyswoole/easyswoole/src/Bridge/AbstractCommand.php:14, 请教一下可能是什么原因

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

1 participant