Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.87 KB

File metadata and controls

47 lines (34 loc) · 1.87 KB

Magento 2 Connect Suite - Registry

Overview

This is a private module and is not currently aimed at public usage.

The Augustash_ConnectRegistry module offers an object registry to replace the deprecated Magento core registry.

Installation

Via Composer

Install the extension using Composer using our development package repository:

composer require augustash/module-connect-registry
bin/magento module:enable --clear-static-content Augustash_ConnectRegistry
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for Magento 2 modules.

License

MIT