wdmg / yii2-terminal
Terminal
Installs: 484
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 3
Open Issues: 1
Type:yii2-extension
Requires
- php: >=5.6.0
- bower-asset/jquery-ui: ^1.12
- bower-asset/jquery.terminal: ^2.6.3
- wdmg/yii2-base: ^1.3.0
- yiisoft/yii2: ^2.0.40
README
Yii2 Terminal
Running console commands from a browser.
This module is an integral part of the Butterfly.СMS content management system, but can also be used as an standalone extension.
Copyrights (c) 2019-2023 W.D.M.Group, Ukraine
Usecase
Use the --
prefix to pass arguments at the command time and a space as the argument / value separator.
For example:
$ php yii admin/init --choice 1
Requirements
- PHP 5.6 or higher
- Yii2 v.2.0.35 and newest
- Yii2 Base module (required)
- jQuery Terminal Emulator (required)
- jQuery UI (required)
Status and version [ready to use]
- v.1.3.1 - Fix npm dependencies, assets
- v.1.3.0 - Update copyrights, fix nav menu
- v.1.2.0 - CLI disabled by default. Bugfix, update dependencies