玩! CRUD 模块覆盖新视图

发布于 2024-12-03 19:55:43 字数 222 浏览 0 评论 0原文

如何覆盖 CRUD 模块的“新”视图,我已经尝试过

$ play crud:ov {Project-Path} --template Posts/new

但出现以下错误:

 $ app/views/CRUD/new.html not found in any module

任何帮助将不胜感激。

How do you overwrite the "new" view of the CRUD module, I've tried

$ play crud:ov {Project-Path} --template Posts/new

But I get the following error:

 $ app/views/CRUD/new.html not found in any module

Any help will be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦中楼上月下 2024-12-10 19:55:43

“新”功能不是在视图 CRUD/blank 中实现的,而不是在 CRUD/new 中实现的吗?在这种情况下,正确的命令是:

$ play crud:ov {Project-Path} --template Posts/blank

Isn't the "new" functionality implemented in view CRUD/blank and not CRUD/new? In that case, the correct command would be:

$ play crud:ov {Project-Path} --template Posts/blank
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文