# yii2-webuploader **Repository Path**: ipenge/yii2-webuploader ## Basic Information - **Project Name**: yii2-webuploader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README yii2 webuploader ================ yii2 webuploader Installation ------------ The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Either run ``` php composer.phar require --prefer-dist ipenge/yii2-webuploader "*" ``` or add ``` "ipenge/yii2-webuploader": "*" ``` to the require section of your `composer.json` file. Usage ----- Once the extension is installed, simply use it in your code by : ```php ```