🚫
Important
The auth.json file is required for this to work.
Adding Premium Plugins
If the company owns premium plugins, simply follow the instructions below:
You can use the following commands to add plugins:
terminal
composer require "deliciousbrains-plugin/wp-offload-media" — Installs or updates a plugin.
terminal
composer require "deliciousbrains-plugin/wp-offload-media:<version>" — Installs a specific version or downgrades to an earlier version.
terminal
composer remove "deliciousbrains-plugin/wp-offload-media" — Removes a plugin.
Alternatively, you can add the following code inside the required line.
ACF
terminal
"aios-packages/advanced-custom-fields-pro":"6.3.11"
WP Migrate Pro DB
terminal
"deliciousbrains-plugin/wp-migrate-db-pro": "*"
WP Offload Media
terminal
"deliciousbrains-plugin/wp-offload-media": "*"
If the plugin is not on the list above, you can commit the plugin to the repository. If the plugin is frequently requested, you can ask Product Dev to add the plugin to AIOS Resources.
Last updated on