Skip to content

Our base module for all August Ash Magento 2 projects.

Notifications You must be signed in to change notification settings

augustash/magento2-module-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Module - Backend

Supported Magento Versions Maintained - Yes

Overview

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

The Augustash_Backend module is our base structural module for August Ash functionality. It should be present on all installations.

Functionality provided by this module include:

  • Basic configuration block to act as a home for other modules' sections and fields.
  • Adds command other code to check if in admin
  • Removes customer account links based on configuration.
  • Removes the loading of some admin layout blocks to clean up the interface.

Installation

This module must be installed to use and to configure other August Ash modules. It can be uninstalled after all other August Ash modules are uninstalled.

Via Composer

Install the extension using Composer from our development package repository:

composer require augustash/module-backend
bin/magento module:enable --clear-static-content Augustash_Backend
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for Magento 2 modules.