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 PHP 框架开发的,我以前从未使用过它。在我看来,做事的唯一方法是使用 CLI 工具。但这些工具通常适用于所有应用程序。
Symfony 项目的组织结构如下:
apps 目录包含另外两个目录:“cms”和“site”。
我只想在“cms”应用程序中构建一个管理模块,一个 CRUD。
“cms”目录是应用程序的管理部分。你们能帮我做这件事吗?
谢谢!!
运行生成模块的任务..
php symfony generate:module cms CRUD
其中 cms 是应用程序名称,CRUD 是模块名称