Время публикации: четверг, 11 августа 2016 г. (7 лет назад)
Добавил: Семенов Александр Сергеевич
Категория: Прочее
Актуальная версия:
1 янв. 1970 г., 3:00:00 (53 года назад)
Packagist: skeeks/cms-ssh-console
: https://github.com/skeeks-cms/cms-ssh-console
:
Тип: Компонент
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 — 1 янв. 1970 г., 3:00:00 (53 года назад)
1.1.0 — 1 янв. 1970 г., 3:00:00 (53 года назад)
1.0.0 — 1 янв. 1970 г., 3:00:00 (53 года назад)
1.0.0-alpha — 1 янв. 1970 г., 3:00:00 (53 года назад)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/cms-ssh-console": "*"
Запустите обновление зависимостей
Все комментарии (0)