I wanted to create a custom module with multiple word name like NewsletterSubscribes that can create a model NewsletterSubscribe with database table as newsletter_subscribes. Along with this, sidebar and its respective translation should follow a convention like Newsletter Subscribes.
I wanted to create a custom module with multiple word name like
NewsletterSubscribes
that can create a model NewsletterSubscribe with database table asnewsletter_subscribes
. Along with this, sidebar and its respective translation should follow a convention likeNewsletter Subscribes
.