shogun / frontend-checkout
Shogun's Frontend checkout extension for Adobe Commerce Cloud.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
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.