Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很兴奋地按照 cakephp 官方网站上的教程(创建博客)完成了安装和配置的第一阶段。但问题是我不能有与教程相同的设计(错误消息和成功没有颜色)所以我用索引函数创建了我的 PostController 但它显示“未找到请求的 URL/蛋糕/帖子/索引在此服务器上。“(我逐字逐句地遵循教程)请帮助我,我可以继续其余的教程。
控制器名称应该是复数所以它将是 PostsController.php