Download the PHP package insol/larapex-charts without Composer
On this page you can find all versions of the php package insol/larapex-charts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download insol/larapex-charts
More information about insol/larapex-charts
Files in insol/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, Horizantal 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.
To do for version 4
- [ ] Add blade directive
@apexchartscdn
- [ ] Add blade directive
@script($chart)
- [ ] Add a command to generate a blade component with the boilerplate directives just to include it on any blade file.
- [ ] Add a command to generate a vue component with all the boilerplate to just pass a
chart
prop and include the component on any vue component.