Closed jnz31 closed 4 years ago
Indeed, in older versions of the README I mentioned how to install WPML packages with private-composer-installer. I don't know if this does still applies or if WPML changed something on their end.
You didn't specify the exact problem you encountered? What did go wrong?
thanks @ffraenz for the headsup. i gave it another shot and and realized, i made an error. i expected composer to install the missing plugin on composer update
, whilst i forgot about the composer require xyz
call.
not sure why, but terminal (zsh) was throwing an error, when also submitting the version via asterisk.
i had to wrap it in quotes, to make it work:
zsh: no matches found: wpml/wpml-multilingual-cms:
`composer require wpml/wpml-multilingual-cms:""` works fine
i found you mention the option to install wpml as well, but i'm not sure what i am doing wrong here (the name attribute is a guessing by me, not sure if it is correct or if it needs to be something else..?, the url and parameters i grabbed from my wpml account):
and in my .env file i replace the variables via
plus how would you go on and install the other wpml plugins, like string-translation etc..? can you help?