rosgear / ge-panel-assets
GePanel Control Panel resources
Package info
github.com/rosgear/ge-panel-assets
Language:JavaScript
Type:ge
pkg:composer/rosgear/ge-panel-assets
Requires
- rosgear/ge2-composer-plugin: *
README
Ресурсы Панели управления GePanel
В состав ресурсов Панели управления GePanel входят основные библиотеки фреймворка Sencha Ext JS, а также необходимые классы и файлы локализации.
Установка
Предпочтительный способ установки через composer,
или выполнить:
php composer.phar require rosgear/ge-panel-assets "*"
или добавить
"rosgear/ge-panel-assets": "*"
в раздел "require" вашего файла composer.json.
Панель управления будет установлена в директорию /public/vendors/ge/panel вашего веб-приложения RosGear.
GePanel Control Panel resources
The GePanel Control Panel resources include the core libraries of the Sencha Ext JS framework, as well as the necessary classes and localization files.
Installation
Preferred installation method is via composer,
or execute:
php composer.phar require rosgear/ge-panel-assets "*"
or add
"rosgear/ge-panel-assets": "*"
to the "require" section of your composer.json file.
The control panel will be installed in the /public/vendors/ge/panel directory of your RosGear web application.