Skip to content

sysintnet/m2-sysint-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m2-sysint-backend

Installation

With composer:

$ composer config repositories.m2-sysint-backend vcs https://github.com/sysintnet/m2-sysint-backend.git
$ composer require sysintnet/m2-sysint-backend:dev-master

Manually:

Copy the zip into ../app/code/Sysint/Backend directory

After installation by either means, enable the extension by running following commands:

$ php bin/magento module:enable Sysint_Backend --clear-static-content
$ php bin/magento setup:upgrade