andrewboy/laravel-statistics-panel

Laravel package for statistics panel.
169
Install
composer require andrewboy/laravel-statistics-panel
PHP:>=5.5.9
Last Updated:Mar 8, 2017
Links: GitHub  ·  Packagist
Maintainer: andrewboy

LaravelStatisticsPanel

readme

(function(stat_widgets){ function StatDiaperGrid(id) { this.id = id; }

StatDiaperGrid.prototype = Object.create(window.statistics_panel.widgets.grid.prototype);
StatDiaperGrid.prototype.constructor = StatDiaperGrid;
StatDiaperGrid.prototype.init = function() {};
StatDiaperGrid.prototype.update = function(data) {
    this.setGrid(data.data);
    $('.summary', this.getFooter()).text(data.total);
};

stat_widgets.diaper_grid = StatDiaperGrid;

}(window.statistics_panel.stat_widgets));

Related Packages

andrewboy/google-analytics-statistics

Laravel package for google analytics panel.

15 0
cornford/googlitics

An easy way to intergrate Google Analytics with Laravel.

10,218 32
garf/laravel-pinger

Ping search engines about website updates

22,693 23
mbarwick83/shorty

Google Url Shortener API Package for Laravel 5.1

204,507 31
tomatophp/filament-seo

Manage and generate SEO tags and integrate your website with Google SEO services

4,061 15