768 B
768 B
Install the plugin via Composer
Create a composer.json file in the root of your WordPress project:
{
"name": "alex/my-project",
"require": {
"composer/installers": "^2.0",
"wpovernight/woocommerce-pdf-invoices-packing-slips": "^5.9"
},
"extra": {
"installer-paths": {
"wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Run:
composer install
Or, if the project already has Composer set up:
composer require composer/installers:^2.0
composer require wpovernight/woocommerce-pdf-invoices-packing-slips:^5.9
The plugin will be installed into:
wp-content/plugins/woocommerce-pdf-invoices-packing-slips