codekunst/magento2-makaira

Makaira Headless Extension for Magento 2

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:magento2-module

dev-main 2021-02-10 08:53 UTC

This package is auto-updated.

Last update: 2024-04-10 15:54:59 UTC


README

Packagist Version Build Status

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.