emi-soft / emi-manager-modules
emi-manager-modules
0.1
2019-05-06 11:58 UTC
Requires
- emi-soft/emi: *
This package is auto-updated.
Last update: 2025-03-07 02:46:58 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(); ?>```