Search by

arqel-dev / widgets

diogocoutinho

Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.

0.19.0 2026-07-28 23:17 UTC

This package is auto-updated.

Last update: 2026-08-28 23:32:23 UTC


README

Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.

Status

Shipped (WIDGETS-001..009). The four concrete widget types (StatWidget, ChartWidget, TableWidget, CustomWidget) and the dashboard/widget-data controllers (DashboardController, WidgetDataController) are implemented. See SKILL.md.

Install

In a Laravel app already running arqel-dev/core:

composer require arqel-dev/widgets

The service provider is auto-discovered.

Tests

composer test