shogun/frontend-checkout
Composer 安装命令:
composer require shogun/frontend-checkout
包简介
Shogun's Frontend checkout extension for Adobe Commerce Cloud.
README 文档
README
Shogun's Frontend checkout extension for Adobe Commerce Cloud.
Compatibility
Magento 2.4 or higher.
Install
Composer
- Install the extension with composer:
composer require shogun/frontend-checkout
- Run the following command on your Magento instance:
php bin/magento setup:upgrade
Manual
Clone this repo into your Magento's instance src/app/code/Shogun/FrontendCheckout and run:
bin/magento module:enable Shogun_FrontendCheckout --clear-static-content bin/magento setup:upgrade bin/magento cache:flush
Development
Dependency Injection
Magento uses a tool named "Injector" to inject dependencies into constructors. Hence, if you ever change your constructor signature, you need to recompile in order to inject the necessary dependencies by running:
bin/magento setup:upgrade && bin/magento cache:clean && bin/magento setup:di:compile
Release
Here's how to release a new version of the module:
- The module is available as a composer package on Packagist.
- Create a new GitHub release.
- Packagist will automatically update the package through Github's hooks.
Note that Packagist also manages the composer.json version automatically.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-06-23