lembadm / yii2-fileapi-behavior
Yii2 FileAPI Behavior
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- rubaxa/fileapi: *
This package is not auto-updated.
Last update: 2022-04-02 04:22:44 UTC
README
Yii2 FileAPI Behavior
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist lembadm/yii2-fileapi-behavior "*"
or add
"lembadm/yii2-fileapi-behavior": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \lembadm\fileapi\AutoloadExample::widget(); ?>```