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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Isn’t the “new” functionality implemented in view
CRUD/blankand notCRUD/new? In that case, the correct command would be: