arqel-dev / widgets
Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.
Package info
pkg:composer/arqel-dev/widgets
0.9.1
2026-05-07 00:22 UTC
Requires
- php: ^8.3
- arqel-dev/core: @dev
- laravel/framework: ^12.0|^13.0
Requires (Dev)
- larastan/larastan: ^3.0
- orchestra/testbench: ^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
README
Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.
Status
Phase 2 scaffold (WIDGETS-001). Concrete widget types (StatWidget, ChartWidget, TableWidget, CustomWidget) and the dashboard controllers land in WIDGETS-002..006. 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