Aggregate

Introduction

This package will help you create aggregates for your models to generate charts or reports in your Laravel application.

Instalation

You can install the package via composer:

composer require zaimealabs/aggregate

or via composer.json

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/zaimealabs/aggregate"
        }
    ]