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.
我希望能够将控制器(和模型,如果可能的话)分组到文件夹中,以便创建类似 symfony 的包。
我试图在 CakePHP 3.0 中做到这一点。
如何做到这一点?
您是否尝试查看文档?这里解释了。
您所说的“捆绑包”是 CakePHP 中的“插件”。从文档中:
CakePHP 允许您设置控制器、模型和视图的组合,并将它们作为打包的应用程序插件发布,其他人可以在他们的 CakePHP 应用程序中使用。在您的某个应用程序中拥有出色的用户管理模块、简单的博客或 Web 服务模块?将其打包为 CakePHP 插件,以便您可以在其他应用程序中重用它并与社区共享。
我建议您关注这些链接,还有更多关于插件以及如何创建和使用它们的信息。
我不确定这是可能的,因为它们是两个不同的框架,有自己的 estrucutura 和自己的核心