XF 2.1 __Output not generating (PhpStorm)

HotProtato

Member
Hey, I'm new to PHP and have a background of Java knowledge. I've been learning PHP lately and am having difficulties getting the __output directory for my extension to generate. I have followed the guide which all 3 steps successfully run, I enabled development mode by updating config.php however the __output folder will not generate. For my XenForo, I am using wamp64 on windows 10 to host my XenForo solely for this add-on. I am using xampp for PHP. Any ideas? Thanks in advance.
 
The _output directory will only be created when there any data (class extensions, code event listeners etc) present for it.
 
Top Bottom