yii2 shell:交互式shell 源码
Yii 2的交互式Shell扩展 该扩展为基于提供了一个交互式shell。 有关许可证信息,请检查文件。 安装 安装此扩展的首选方法是通过 。 无论运行 composer require yiisoft/yii2-shell 或添加 " yiisoft/yii2-shell " : " ~2.0.0 " 到composer.json的require部分。 用法 安装后,您将能够通过命令行运行交互式外壳程序: # Change path to your application's root directory cd path/to/myapp # Start the interactiv
用户评论