djeager / yii2-helpers
additional assistants
1.0
2017-12-28 13:34 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-22 17:46:05 UTC
README
additional assistants
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist djeager/yii2-helpers "*"
or add
"djeager/yii2-helpers": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \djeager\helpers\UrlHelper::addSufix('http://exempale.com/path/to','_dev')?>