TypiCMS / Base

Multilingual CMS built with Laravel.
MIT License
1.4k stars 404 forks source link

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

Closed bibekstan closed 1 year ago

bibekstan commented 1 year ago

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.

sdebacker commented 1 year ago

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.