Download the PHP package dragonofmercy/laravel-apexcharts without Composer
On this page you can find all versions of the php package dragonofmercy/laravel-apexcharts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dragonofmercy/laravel-apexcharts
More information about dragonofmercy/laravel-apexcharts
Files in dragonofmercy/laravel-apexcharts
Package laravel-apexcharts
Short Description ApexCharts builder for Laravel
License MIT
Homepage https://github.com/dragonofmercy/laravel-apexcharts
Informations about the package laravel-apexcharts
laravel-apexcharts
A powerful and flexible ApexCharts wrapper package for Laravel 12, providing an elegant PHP API to build beautiful, interactive charts in your Laravel applications.
Features
- 🎨 Full ApexCharts API support with fluent PHP interface
- 📊 Support for all chart types (Line, Bar, Area, Pie, Donut, Radar, and more)
- 🌍 Built-in internationalization with 50+ locales
- 🎯 Type-safe enums for chart options
- 🔧 Highly configurable with sensible defaults
- 💪 PHP 8.2+ with modern type declarations
- 🚀 Easy integration with Blade templates
Requirements
- PHP 8.2 or higher
- Laravel 12.0 or higher
Getting Started
1. Install the package
`
2. Publish assets
`
3. Configure
You can change the chart settings of your app from config/apexcharts.php file
Usage example
This package don't auto-include the ApexCharts library you have to do it manually.
You can include it directly in your layout file or use a CDN.
or via npm
Implementation Status
✅ annotations
✅ chart
✅ colors
✅ dataLabels
✅ fill
✅ forecastDataPoints
✅ grid
✅ labels
✅ legend
✅ markers
✅ noData
✅ plotOptions
✅ responsive
✅ series
✅ states
✅ stroke
✅ theme
✅ title
✅ subtitle
✅ tooltip
✅ xaxis
✅ yaxis
Additional Features
✅ Chart auto brush
License
This package is open-sourced software licensed under the MIT license.
Support
If this project helps to increase your productivity, you can give me a cup of coffee :)
Credits
- Built on top of ApexCharts.js
- Maintained by DragonOfMercy
