TypiCMS/Base

How to create a custom module with multiple word name like `NewsletterSubscribes`?

bibekstan opened this issue · 1 comments

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.

That is currently not managed by the command php artisan typicms:create NewsletterSubscribes, but it's a great idea. I'm open for a pull request.