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.
我发现这个网站列出了几个有趣Doctrine的 CLI 命令。
Doctrine
我设置了一个 Doctrine 模型类,就像其中一个教程中描述的那样。
但我仍然想知道如何使用 CLI 命令。Zend 或 Doctrine 如何知道我的类在哪里以及 Windows 如何知道我的 Doctrine 可执行文件位于我的项目库中?
有谁知道如何使用这些 CLI 命令?
Doctrine cli 基于 symfony 控制台包。
如果你使用 composer 进行安装,请查看vendor/bin目录。你会.bat在那里找到学说 cli 的文件。
vendor/bin
.bat