mrakodol / laravel-charts

Charts made easy with Laravel and Morris.js

Home Page:http://laravel-charts.gopagoda.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing Bar Charts with Morris in Laravel applications

Install the application with Composer: composer install

Create a DB and edit your DB settings in app/config/database.php Then run these artisan commands to create the DB structure and insert some sample data:

php artisan migrate
php artisan db:seed

The demo is hosted on Pagodabox here: http://laravel-charts.gopagoda.com

About

Charts made easy with Laravel and Morris.js

http://laravel-charts.gopagoda.com/

License:MIT License