I'm very new to Joomla! and I'm building a custom module. I've looked at the documentation and although there is a tutorial for creating custom modules:
https://docs.joomla.org/J3.x:Creating_a_simple_module/Developing_a_Basic_Module
...there's no instruction for how to actually use these files, or where to put them, or how to properly install them! I've created all 4 files (3 .php, 1 .xml) and I tried putting them in the same folder structure and location as the other "stock" modules (administrator / modules / mod_helloworld etc.) but the module doesn't show up as an option when creating a new module in the back end. I also tried zipping the group of files and installing through extension manager and that didn't work either.
Perhaps I'm coming at this all wrong? This just seems to be something that is assumed knowledge in the Joomla documentation tutorial. Are there other files that need to be created? Or edits need to be made to existing files?
I'm using Joomla! 3.4.1 and am working on it from a server. I apologize in advance for what seems like a very stupid question.