omcrn / yii2-portfolio
Yii2 portfolio module
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- bower-asset/cropper: ^2.3
- wbraganca/yii2-tagsinput: ^1.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 21:57:47 UTC
README
Yii2 portfolio module
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist omcrn/yii2-portfolio "*"
or add
"omcrn/yii2-portfolio": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \omcrn\portfolio\AutoloadExample::widget(); ?>```