XF 2.2 xf-addon:install

Robert9

Well-known member
Lets say i have an addon here:

addon/example or
addon/author/example

then i should install it with


php cmd.php addon-install author/example ?
php cmd.php addon-install example ?

cmd tells me there is no addon with such an ID
 
For the officiall addons use: php cmd.php xf:addon-install xfrm or php cmd.php xf:addon-install xfmg

For all the others: php cmd.php xf:addon-install author/addon-id e.g. php cmd.php xf:addon-install robert9/demo-addon
 
Top Bottom