emi-soft / emi-admin
emi-admin
0.1
2019-05-06 13:29 UTC
Requires
This package is auto-updated.
Last update: 2025-03-07 02:56:48 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(); ?>```