Publication time: Thursday, August 11, 2016 (7 years ago)
Created by: Семенов Александр Сергеевич
Category: Other
Current version:
Jan 1, 1970, 3:00:00 AM (53 years ago)
Packagist: skeeks/cms-ssh-console
: https://github.com/skeeks-cms/cms-ssh-console
:
Type of: Компонент
Ssh console for SkeekS CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-ssh-console "*"
or add
"skeeks/cms-ssh-console": "*"
Configuration app
'components' =>
[
'i18n' => [
'translations' =>
[
'skeeks/sshConsole' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/sshConsole/messages',
'fileMap' => [
'skeeks/sshConsole' => 'main.php',
],
]
]
],
],
'modules' =>
[
'sshConsole' => [
'class' => 'skeeks\cms\sshConsole\SshConsoleModule',
]
]
Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | en.cms.skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com
CHANGELOG
1.1.0
- Using composer-config-plugin
1.0.0
- Stable release
1.0.0-alpha
- Can be used
- Small changes
dev-master — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.1.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.0-alpha — Jan 1, 1970, 3:00:00 AM (53 years ago)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/cms-ssh-console": "*"
Запустите обновление зависимостей
All Comments (0)