hasandotprayoga / mngfile
No Desc
v1.0.1
2018-07-24 04:38 UTC
This package is not auto-updated.
Last update: 2025-05-04 03:54:57 UTC
README
no desc
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hasandotprayoga/mngfile "*"
or add
"hasandotprayoga/mngfile": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \mngfile\core\AutoloadExample::widget(); ?>```