为Rest Api测试bt邮递员创建post方法时,在index.php文件中出现错误

问题描述 投票:0回答:1

<< img src =“ https://image.soinside.com/eyJ1cmwiOiAiaHR0cHM6Ly9pLnN0YWNrLmltZ3VyLmNvbS9TbmFpai5wbmcifQ==” alt =“在此处输入图像描述”>

显示在写方法中的错误,其中响应通过json_encode返回消息。我该如何解决这个问题?

php api post postman
1个回答
0
投票

正如您在屏幕截图中所看到的,您正在使用Slim框架。我建议尝试检查作曲家的依赖性。您可以使用下面的GitHub项目来播种新的Slim应用程序。

https://github.com/mataprasad/php-slim

您只需克隆存储库并运行composer install。然后启动您可以使用的PHP开发服务器。

© www.soinside.com 2019 - 2024. All rights reserved.