-
Notifications
You must be signed in to change notification settings - Fork 206
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
进入容器创建邮箱用户报错 #267
Comments
应该启动容器的时候有问题,Composer 依赖包没安装成功 |
好的谢谢 |
应该其他仓库同类产品都不能扫描到新记录了,只是他们没有更新说明,使用的时候注意一下。 |
这个只有自己写接口来获取最新数据才可以来了是吧 |
现在 GitHub 代码搜索接口和页面已经不提供最新数据了,都是按最优匹配来显示数据 |
好的好的谢谢了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
php artisan code6:user-add [email protected] aA123456
执行这一步开始报错
Warning: require(/var/www/html/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/artisan on line 18
Fatal error: require(): Failed opening required '/var/www/html/vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/html/artisan on line 18
root@efb84551bdfb:/var/www/html# php artisan code6:user-add [email protected] aA123456
Warning: require(/var/www/html/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/artisan on line 18
Fatal error: require(): Failed opening required '/var/www/html/vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/html/artisan on line 18
The text was updated successfully, but these errors were encountered: