Skip to content

Lavacharts is a graphing / charting package that wraps the Google Chart API for PHP5.3+

License

Notifications You must be signed in to change notification settings

J5Dev/Lavacharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LavaCharts

LavaCharts is a Package for Laravel 4 that wraps the Google Chart API for PHP5.3+

Build Status

#Installing In your project's main composer.json file, add this line to the requirements:

"khill/lavacharts" : "dev-master"

Run Composer to install LavaCharts:

composer install

Next, register LavaCharts in your app by adding this line the providers array in "app/config/app.php":

"Khill\Lavacharts\LavachartsServiceProvider"

If you want to view the demos, publish the assets with:

php artisan asset::publish khill/lavacharts

If you want to overide the default config of the package, run:

php artisan config::publish khill/lavacharts

About

Lavacharts is a graphing / charting package that wraps the Google Chart API for PHP5.3+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.8%
  • CSS 2.7%
  • JavaScript 1.5%