Tayo
v1.0
Toggle sidebar
Tayo

Tayo

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.

Stable: v1.1.1
PHP ^8.1
Laravel 10–12
Livewire 3–4

Installation

One command. No additional setup.

shell
composer require sadam/tayo

The package auto-discovers via Laravel's package discovery. See full installation guide →

Usage

Use the Blade component anywhere in your views or Livewire components.

blade
<x-tayo::chart
    type="bar"
    :data="$revenue"
    title="Monthly Revenue"
    colors="ocean"
/>

Colour Palettes

8 named palettes or pass your own hex array.

default
ocean
vivid
pastel
warm
cool
rose
slate

View all palettes →