This is the recommended way to install the module for Magento 2. This method allows you to automatically download the module and all its dependencies with a single console command.
composer.json
and composer.lock
files are located).composer require stockbase/magento2-module
Execute the following commands in the Magento installation directory:
php bin/magento module:enable Stockbase_Integration
php bin/magento setup:upgrade
After successful installation, you can configure the module via the admin panel.