rosgear/rg-ds-shortcuts

Dashboard widget "Components" for the GePanel Control Panel

Maintainers

Package info

github.com/rosgear/rg-ds-shortcuts

Homepage

Type:component

pkg:composer/rosgear/rg-ds-shortcuts

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2026-06-12 15:47 UTC

This package is auto-updated.

Last update: 2026-06-19 10:06:41 UTC


README

Русский | English

Latest Stable Version Total Downloads Author Source Code Software License Component type: widget Component ID: rg.ds.shortcuts php 8.2+

Виджет «Компоненты»

Виджет обеспечивает отображение доступных пользователю компонентов (модулей, расширений модулей и других виджетов) на информационной панели (Dashboard), предоставляя структурированный доступ к функциональным элементам системы.

Виджет является составной частью Панели управления GePanel и отображается на информационной панели (Dashboard) модуля «Информационная панель».

Установка

Для добавления виджета в ваш проект, вы можете просто выполнить команду ниже:

$ composer require rosgear/rg-ds-shortcuts

или добавить в файл composer.json вашего проекта:

"require": {
    "rosgear/rg-ds-shortcuts": "*"
}

или скачать архив на странице виджета в каталоге приложений RosGear.

После добавления виджета в проект выполните его установку в редакцию веб‑приложения с помощью Панели управления GePanel.

Widget «Components»

The widget displays user-accessible components (modules, module extensions, and other widgets) on the Dashboard, providing structured access to the system's functional elements.

The widget is an integral part of the GePanel Control Panel and is displayed on the panel of the «Dashboard» module.

Installation

To add the widget to your project, you can simply run the command below:

$ composer require rosgear/rg-ds-shortcuts

or add to your project's composer.json file:

"require": {
    "rosgear/rg-ds-shortcuts": "*"
}

or download the archive from the widget page in the RosGear application catalog.

After adding the widget to the project, install it into the web application edition using the GePanel Control Panel.