jobsrey / yii2-ols
My OLS
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- 2amigos/yii2-tinymce-widget: ~1.1
- amilna/yii2-elevatezoom: *
- creocoder/yii2-taggable: ~2.0
- kartik-v/yii2-checkbox-x: *
- kartik-v/yii2-editable: *
- kartik-v/yii2-grid: @dev
- kartik-v/yii2-widget-fileinput: @dev
- kartik-v/yii2-widget-sidenav: *
- kartik-v/yii2-widget-touchspin: *
- omnilight/yii2-shopping-cart: *
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-29 03:48:23 UTC
README
My OLS
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jobsrey/yii2-ols "*"
or add
"jobsrey/yii2-ols": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jobsrey\ols\AutoloadExample::widget(); ?>```