Download the PHP package mscodepl/larapex-charts without Composer
On this page you can find all versions of the php package mscodepl/larapex-charts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mscodepl/larapex-charts
More information about mscodepl/larapex-charts
Files in mscodepl/larapex-charts
Package larapex-charts
Short Description Package to provide easy api to build apex charts on Laravel
License MIT
Homepage https://larapex-charts.netlify.app/
Informations about the package larapex-charts
Larapex Charts
[![MadeWithLaravel.com shield](https://madewithlaravel.com/storage/repo-shields/2175-shield.svg)](https://madewithlaravel.com/p/larapex-charts/shield-link) [![Latest Stable Version](https://poser.pugx.org/arielmejiadev/larapex-charts/v/stable)](https://packagist.org/packages/arielmejiadev/larapex-charts) [![Total Downloads](https://poser.pugx.org/arielmejiadev/larapex-charts/downloads)](https://packagist.org/packages/arielmejiadev/larapex-charts) ![GitHub Actions](https://github.com/arielmejiadev/larapex-charts/actions/workflows/main.yml/badge.svg) [![License](https://poser.pugx.org/arielmejiadev/larapex-charts/license)](https://packagist.org/packages/arielmejiadev/larapex-charts)
A Laravel wrapper for apex charts library Check the documentation on: Larapex Chart Docs.
Installation
Use composer.
Usage
Basic example
In your controller add:
Remember to import the Facade to your controller with
Or importing the LarapexChart class:
Then in your view (Blade file) add:
More complex example
You can create a variety of charts including: Line, Area, Bar, Horizontal Bar, Heatmap, pie, donut and Radialbar.
More examples
Check the documentation on: Larapex Chart Docs
Contributing
The author Ariel Mejia Dev.
License
MIT
Support the project
Hey 👋 thanks for considering making a donation, with these donations I can continue working to contribute to opensource projects.
Roadmap for future versions
- [ ] Add blade directive
@apexchartscdn
- [ ] Add blade directive
@script($chart)
- [ ] Add a chain options setter for charts
- [ ] Update Github Actions to run tests
- [ ] Update the package in general for more efficient & modern practices (spatie skeleton package)
- [ ] Add ReactJS + Inertia Support
- [ ] Add More complex charts
- [ ] Add More complex boilerplate code using Laravel/Prompts
- [ ] Add more complex boilerplate code examples using Laravel Trends Package