fostercommerce / variant-manager
A plugin for managing product variants.
Installs: 357
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:craft-plugin
Requires
- php: >=8.1.0
- craftcms/cms: ^4.4.6
- craftcms/commerce: ^4.2
- league/csv: ^9.0
Requires (Dev)
- fostercommerce/ecs: dev-main
- fostercommerce/phpstan: dev-main
- fostercommerce/rector: dev-main
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-01-28 12:20:07 UTC
README
Variant Manager
A plugin for managing product variants.
Requirements
This plugin requires at least Craft CMS 4.4.6, Craft Commerce 4.2, and PHP 8.1.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Variant Manager”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require fostercommerce/variant-manager # tell Craft to install the plugin ./craft plugin/install variant-manager
With DDEV
Run the following command from DDEV:
ddev composer require fostercommerce/variant-manager -w && ddev exec php craft plugin/install variant-manager