Charts

Introduction

This package is developed for Livewire, it helps you implement Apex Charts in your Laravel application.

Instalation

You can install the package via composer:

composer require zaimealabs/charts

or via composer.json

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/zaimealabs/charts"
        }
    ]

Publish

php artisan vendor:publish --tag=charts-config
php artisan vendor:publish --tag=charts-apexcharts-script