Description
Hello I am excited to start learning how develop within the Magento Framework. I just started Magento and got everything installed. Now I am wanting to customize Magento to what my work wants it to do. One example of these things is to create custom Reports from the admin panel. I have very carefully read your documentation and other online sources saying though one step is stumping me and I have no idea to do it.
that there is a directory that exists <Magento Install Directory>/app/code/
but within my install I do not see it at all. It also mentions that while not recommended that you can develop components in the <Magento Install Directory>/vendor/
directory. Every online tutorial goes by the /app/code
directory(since of coarse it is the recommended method). Although one problem, I do not have such a directory. I am confused as to if Magento should have auto generated it or I have done something wrong with the installation process. I even "set up this type of environment by Cloning the Magento 2 GitHub repository."(as stated in the documentation)
So to create my custom reports module, should I create the code
directory within app
? Have I done anything wrong? Am I misinterpreting the documentation itself?
I hope I am posting this issue within the right place(If I am in the wrong place, please notify/point me to where I can ask). Please let me know if you need further information or assistance. I thank everyone in advance for their contributions in helping me out.
System Specification Information
Magento 2.X (I forgot exactly but its 2.X for sure)
Ubuntu 15.10 (I am running a VM in VirtualBox)
edit: Fixed the link text