14 chart types as Blade components for Laravel Livewire. Pass a PHP array, get a fully interactive chart — no JavaScript configuration, no asset publishing, no build step.
One command. No additional setup.
composer require sadam/tayo
The package auto-discovers via Laravel's package discovery. See full installation guide →
Use the Blade component anywhere in your views or Livewire components.
<x-tayo::chart
type="bar"
:data="$revenue"
title="Monthly Revenue"
colors="ocean"
/>
14 chart types covering the most common data visualisation needs.