玩! CRUD 模块覆盖新视图
如何覆盖 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“新”功能不是在视图
CRUD/blank
中实现的,而不是在CRUD/new
中实现的吗?在这种情况下,正确的命令是:Isn't the "new" functionality implemented in view
CRUD/blank
and notCRUD/new
? In that case, the correct command would be: