Create Module in Fuel CMS

edited September 2014 in Modules
Hello All,

I have query for creating module in Fuel CMS.
is there alternative way to create module instead of using CLI? My server do not allow me to use shell (php shell also).
Need advice.

Comments

  • edited 6:49PM
    i dont think u need CLI to create a simple module in FuelCMS

    http://docs.getfuelcms.com/modules/simple

    I know there are other frameworks such as symfony which use CLI to quickly generate module structures and files. However i think you can always manually create them.
  • edited 6:49PM
    Thank you onegun for your reply.

    So, It shall be manually.. Its better if there is library that can make us easy to create module.

    Cheers
  • edited 6:49PM
    Hi, FuelCMS does provide a CLI tools too http://docs.getfuelcms.com/modules/generate
    which actually use CI CLI. Just in your case, you are not allowed to use it, so i think should just manually create the module. FuelCMS is actually very flexible.
  • edited 6:49PM
    But, is there any GUI interface Library to use CLI ?
  • edited 6:49PM
    not really sure what u mean of GUI. usually for CLI command. I am using terminal on MAC, putty if connect to server, and git bash on window...
Sign In or Register to comment.