R Robert9 Well-known member Mar 7, 2021 #1 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
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
R Robert9 Well-known member Mar 7, 2021 #2 Maybe i just have the wrong dir. in root above src: cant find ID in src: error in cmd in addons: dont find cmd Upvote 0 Downvote
Maybe i just have the wrong dir. in root above src: cant find ID in src: error in cmd in addons: dont find cmd
mcatze Well-known member Mar 7, 2021 #3 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 Upvote 0 Downvote
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