Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Livecharts Laravel Package

matheusmarnt/livecharts

LiveCharts is a reactive chart abstraction for Laravel using a pure PHP fluent API. Build 18 chart types and render via a single Livewire component. Supports ApexCharts and Chart.js with pluggable engines, enabling easy updates without JS boilerplate.

View on GitHub
Deep Wiki
Context7
v2.7.8

2.7.8 (2026-06-01)

Miscellaneous Chores

  • deps: bump actions/upload-pages-artifact from 3 to 5 (#104) (cca670a)
v2.7.7

2.7.7 (2026-05-29)

Bug Fixes

v2.7.6

2.7.6 (2026-05-29)

Miscellaneous Chores

  • deps: bump actions/setup-node from 4 to 6 (#96) (3fcdaab)
v2.7.5

2.7.5 (2026-05-29)

Miscellaneous Chores

  • deps: bump actions/checkout from 4 to 6 (#97) (7fa136c)
  • deps: bump actions/configure-pages from 5 to 6 (#95) (221f4b9)
  • deps: bump actions/deploy-pages from 4 to 5 (#94) (a3467f9)
  • deps: bump googleapis/release-please-action from 4 to 5 (#98) (39a0fc8)
v2.7.4

2.7.4 (2026-05-04)

Bug Fixes

  • i18n: rename lang dir pt-BR → pt_BR to match Laravel locale convention (#91) (74166de)
v2.7.3

2.7.3 (2026-05-04)

Bug Fixes

  • i18n: bypass callAfterResolving for translation namespace registration (#89) (13d39ac)
v2.7.2

2.7.2 (2026-05-04)

Bug Fixes

  • install: publish vendor JS dist assets and fix translation loading (#86) (153cadc)
v2.7.1

2.7.1 (2026-05-03)

Bug Fixes

  • types: wrap array_map with array_values to satisfy list<ColorValue> type (#83) (3c13b0e)
v2.7.0

2.7.0 (2026-05-03)

Features

  • install: apply Laravel Prompts visual pattern to livecharts:install (a773f23)

Bug Fixes

  • ColorValue roundtrip, sidecar dot-paths, tooltip CSS, CDN URL, install Prompts UI (f688443)
  • rendering: ColorValue roundtrip, sidecar dot-paths, tooltip CSS injection, CDN URL (f469e8d)
v2.6.0

2.6.0 (2026-05-03)

Features

  • colors: theme-aware Tailwind color tokens with live dark-mode toggle (#77) (0343b50)
v2.5.2

2.5.2 (2026-05-03)

Bug Fixes

v2.5.1

2.5.1 (2026-05-03)

Bug Fixes

  • adapters: omit empty optional fields to prevent ApexCharts array/object type errors (#72) (8e256df)
v2.5.0

2.5.0 (2026-05-03)

Features

  • engine: add availableEnginesForType to expose multi-engine support (#70) (5bbec7f)
v2.4.1

2.4.1 (2026-05-03)

Bug Fixes

  • views: resolve bootstrap script path outside Blade-compiled view (#67) (0e578bb)
v2.4.0

2.4.0 (2026-05-03)

Features

  • commands: livecharts:preview launches the browser (#61) (68cf064)
v2.3.0

2.3.0 (2026-05-03)

Features

  • assets: bundle chart.js plugins for local-first delivery (#58) (85b639c)
v2.2.0

2.2.0 (2026-05-03)

Features

  • assets: bundle apexcharts and chart.js with local-first fallback (#56) (7b7c90f)
v2.1.0

2.1.0 (2026-05-03)

Features

  • assets: add Vite-based JS build pipeline (#54) (eecd214)
v2.0.0

2.0.0 (2026-05-02)

⚠ BREAKING CHANGES

  • drop EngineFactory static state in favor of container singleton (#48)

Code Refactoring

  • drop EngineFactory static state in favor of container singleton (#48) (f3a94e0)
v1.19.0

1.19.0 (2026-05-02)

Features

  • install: publish chart class stubs interactively (#46) (b9f5598)
v1.18.1

1.18.1 (2026-05-02)

Bug Fixes

  • alpine: wire morph.updating + commit.applied Livewire hooks (#44) (d5f789d)
v1.18.0

1.18.0 (2026-05-02)

Features

  • polling: wire Chart::poll() and LiveChartsComponent::refresh() (#42) (7d0a88a)
v1.17.0

1.17.0 (2026-05-02)

Features

  • facade: expose LiveCharts::registerEngine() per PRD §7.3.2 (#40) (0241973)
v1.16.1

1.16.1 (2026-05-02)

Miscellaneous Chores

  • phpstan: raise level from 5 to 8 (#37) (6f3ad13)
v1.16.0

1.16.0 (2026-05-02)

Features

  • i18n: add en, pt-BR, and es translations (#34) (c23e272)

Bug Fixes

  • livewire: bind id/class/x-data directly without $attributes (#36) (0fb234c)
v1.15.0

1.15.0 (2026-05-02)

Features

  • exceptions: add InvalidChartType, EmptyDataset, DataShapeMismatch (#33) (a7c3ae2)

Bug Fixes

  • resolve persistent PHPStan view-string error in ServiceProvider (daf5788)
  • resolve PHPStan view-string error and improve test coverage for CI (c2d7e64)
v1.14.0

1.14.0 (2026-05-02)

Features

  • setup Astro Starlight documentation site (5217dbd)
  • setup documentation site (3bcb5d2)
v1.13.0

1.13.0 (2026-05-02)

Features

  • implement specialized configuration helpers (xaxis, yaxis, grid, etc) (83dc14b)
  • specialized configuration helpers (4e8c897)
v1.12.0

1.12.0 (2026-05-02)

Features

  • implement mixed chart types and fix dataset object mapping (db53751)
  • implement mixed charts support (5fe0396)
v1.11.0

1.11.0 (2026-05-02)

Features

  • implement livecharts:preview command and gallery view (5be3d34)
  • implement preview command (06eaf81)
v1.10.0

1.10.0 (2026-05-02)

Features

v1.9.0

1.9.0 (2026-05-02)

Features

  • asset resilience (Local + CDN fallback) (f422044)
  • implement asset resilience with local dependencies and CDN fallback (5f1dcaa)
v1.8.0

1.8.0 (2026-05-02)

Features

  • Chart.js plugins support (f175bc9)
  • implement Chart.js plugins support (Treemap, Matrix, Sankey, Financial) (345ed67)
v1.7.0

1.7.0 (2026-05-02)

Features

  • implement WebSocket integration (de216b5)
  • implement WebSocket integration via Laravel Echo (d1a2a73)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
craftcms/url-validator
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony