sdebacker / TypiCMS

Multilingual CMS built with Laravel 4.2
MIT License
474 stars 119 forks source link

Create new modules #108

Closed gilangpramudya closed 9 years ago

gilangpramudya commented 9 years ago

Halo, i want to ask about create module on TypeCMS, how can build it?

sdebacker commented 9 years ago

Hello,

There is currently no simple way to create a new module. One quick way is: duplicate a module’s folder, find and replace module name in all files (respecting plurals and case), change some file name, create a migration and add it to /app/TypiCMS/Providers/StartProvider.php.