Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 311 Bytes

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