Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

techdivision/TechDivision.ModuleBase

Repository files navigation

Introduction

This Package provides the TechDivision backend module section.

Installation

you need to add the package to your composer.json

{
    "require": {
        "techdivision/modulebase": "1.0.*"
    },
}

Install the package:

composer update techdivision/modulebase