hasandotprayoga / mngfile
No Desc
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/hasandotprayoga/mngfile
This package is not auto-updated.
Last update: 2025-12-14 06:49:06 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(); ?>```