emi-soft/emi-admin

emi-admin

0.1 2019-05-06 13:29 UTC

This package is auto-updated.

Last update: 2024-04-07 00:49:13 UTC


README

manager-modules

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist cms/manager-modules "*"

or add

"cms/manager-modules": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \managermodules\AutoloadExample::widget(); ?>```