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.
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.
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.
Comments
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.
So, It shall be manually.. Its better if there is library that can make us easy to create module.
Cheers
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.