mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-19 02:53:45 +08:00
18 lines
666 B
Markdown
18 lines
666 B
Markdown
The YoastSEO premium token can be found as the Secret `YOAST_SEO_PRO_TOKEN`
|
|
|
|
Composer is a tool used by many developers to install and update plugins.
|
|
|
|
Through MyYoast you can use Composer to get easy access to your premium plugins.Follow the instructions below to get started!
|
|
|
|
You can register your token with composer by running the command below:
|
|
|
|
`composer config -g http-basic.my.yoast.com token [TOKEN]`
|
|
|
|
You can then add our secure repository by running the following command:
|
|
|
|
`composer config repositories.my-yoast composer https://my.yoast.com/packages/`
|
|
|
|
Now you can install Yoast SEO Premium by running:
|
|
|
|
`composer require yoast/wordpress-seo-premium`
|
|
|