codekunst / magento2-makaira
Makaira Headless Extension for Magento 2
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1
- magento/framework: >=101.0.0
- magento/module-catalog: >=102.0.0
- magento/module-configurable-product: >=100.2.0
- magento/module-directory: >=100.2.0
- magento/module-store: >=100.2.0
- magento/zendframework1: ^1.13
Requires (Dev)
- magento/magento-coding-standard: ^6.0
- pdepend/pdepend: >=2.5.1
- phpmd/phpmd: ^2.9
This package is auto-updated.
Last update: 2025-03-10 17:39:12 UTC
README
This document helps you integrate the Makaira Headless Extension into your Magento 2 Shop.
Table of contents
Requirements
This module supports:
- Magento 2 version 2.2 and higher
- PHP version 7.1 and higher
Warning: PHP 7.0 is not supported
Installation
To install module, open your terminal and run the command:
composer require codekunst/magento2-makaira:dev-main
Refer to Composer manual for more information. If, for some reason, composer
is not available globally, proceed to install it following the
instructions available on the project website.
Activating the Module
From the root of your Magento 2 installation, enter these commands in sequence:
php bin/magento module:enable Makaira_Headless
php bin/magento setup:upgrade
As a final step, check the module activation by running:
php bin/magento module:status
The module should now appear in the upper list List of enabled modules.