filament-apex-charts
Apex Charts integration for Filament PHP.
File Explorer
Download Latest Version (.zip)- config.yml
- dependabot-auto-merge.yml
- fix-php-code-style-issues.yml
- phpstan.yml
- run-tests.yml
- update-changelog.yml
- dependabot.yml
- build.js
- apexcharts.js
- BasicAreaChart.php
- BasicBarChart.php
- BasicBoxPlotChart.php
- BasicBubbleChart.php
- BasicCandlestickChart.php
- BasicColumnChart.php
- ColumnChartWithAnnotations.php
- GradientColumnChart.php
- RoundedColumnChart.php
- BasicHeatmapChart.php
- BasicLineChart.php
- LineColumnChart.php
- BasicPieChart.php
- DonutChart.php
- BasicPolarAreaChart.php
- BasicRadarChart.php
- BasicRadialBarChart.php
- GradientCircleChart.php
- BasicRangeAreaChart.php
- BasicScatterChart.php
- BasicTimelineRangeBarsChart.php
- BasicTreemapChart.php
- README.md
- filters.php
- chart.blade.php
- filter-form.blade.php
- header.blade.php
- apex-chart-widget.blade.php
- .gitkeep
- v1-dark-2216.png
- v3-dark-2185.png
- v3-dark-5088.jpg
- FilamentApexChartsCommand.php
- Chart.php
- FilterForm.php
- Header.php
- CanDeferLoading.php
- CanFilter.php
- HasContentHeight.php
- HasDarkMode.php
- HasFooter.php
- HasHeader.php
- HasLoadingIndicator.php
- ApexChartTypeEnum.php
- FilamentApexCharts.php
- ApexChartWidget.php
- FilamentApexCharts.php
- FilamentApexChartsPlugin.php
- FilamentApexChartsServiceProvider.php
- Area.stub
- Bar.stub
- Boxplot.stub
- Bubble.stub
- Candlestick.stub
- Column.stub
- Donut.stub
- Empty.stub
- Funnel.stub
- Heatmap.stub
- Line.stub
- Mixed-LineAndColumn.stub
- Pie.stub
- PolarArea.stub
- Radar.stub
- Radialbar.stub
- RangeArea.stub
- Scatter.stub
- TimelineRangeBars.stub
- Treemap.stub
- ApexChartWidgetTest.php
- Pest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- apexcharts.js
- CHANGELOG.md
- composer.json
- LICENSE.md
- package-lock.json
- package.json
- phpstan-baseline.neon
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/leandrocfe/filament-apex-charts
Downloads the entire project code from GitHub to your computer.
cd filament-apex-charts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
composer require leandrocfe/filament-apex-charts:"^5.0"
Type this command into your terminal and run it.
composer test
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
