yii2 webshell:Web Shell允许使用浏览器运行yii控制台命令 源码
Yii 2.0 Web外壳 Web Shell允许使用浏览器运行yii控制台命令。 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require --prefer-dist samdark/yii2-webshell "~2.0" 或添加 "samdark/yii2-webshell": "~2.0" 到composer.json文件的require部分。 组态 要使用Web Shell,请将其作为模块包含在应用程序配置中,如下所示: return [ 'modules' => [ 'webshell' => [
下载地址
用户评论