Skip to content

Web shell allows to run yii console commands using a browser

Notifications You must be signed in to change notification settings

YaroslavShapoval/yii2-webshell

 
 

Repository files navigation

Yii 2.0 web shell

Web shell allows to run yii console commands using a browser.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist samdark/yii2-webshell "~1.0"

or add

"samdark/yii2-webshell": "~1.0"

to the require section of your composer.json file.

Configuration

To use web shell, include it as a module in the application configuration like the following:

return [
    'modules' => [
        'webshell' => ['class' => 'samdark\webshell\Module'],
    ],
]

With the above configuration, you will be able to access web shell in your browser using the URL http://localhost/path/to/index.php?r=webshell

About

Web shell allows to run yii console commands using a browser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.6%
  • CSS 0.4%