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
No description provided.
The text was updated successfully, but these errors were encountered:
环境: win10 wamp3.3.5(php7.4.33+apache+mysql)
部署: composer install; 数据库初始化; 修改config文件; public添加htaccess; 改vhost配置;
结果: 访问http://localhost/phpboot-oversea/public/books 问题: { "error": "Symfony\Component\HttpKernel\Exception\NotFoundHttpException", "message": "" }
访问http://localhost/phpboot-oversea/public/docs/swagger.json 问题: { "error": "Symfony\Component\HttpKernel\Exception\NotFoundHttpException", "message": "" }
好像不行
Sorry, something went wrong.
我一开始遇到了和你一样的问题,你启动项目是直接php index.php,还是php -S -t? 这两个是行不通的。 你拉下来代码之后
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: