XF 1.4 create addon

i can't fine the create add-on button
OLncW1l.png
 
You will need to enable the debug mode first. Add this to your config.php at the end of the file
Code:
$config['debug'] = true;
be sure to set as false when on production site :)
 
Top Bottom