capoloja / yii2-webshell
Extended webshell
Package info
github.com/capoloja/yii2-webshell
Type:yii2-extension
pkg:composer/capoloja/yii2-webshell
0.4.1
2018-05-21 19:21 UTC
Requires
- bower-asset/jquery.terminal: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 04:28:45 UTC
README
Extended webshell
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist capoloja/yii2-webshell "*"
or add
"capoloja/yii2-webshell": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \capoloja\\webshell\\AutoloadExample::widget(); ?>```