This documentation is for an upcoming version and is subject to change.
This package will help you create metrics
for your models to generate, for example: invoice numbers in your Laravel
application.
You can install the package via composer:
composer require zaimealabs/metrics
or via composer.json
"repositories": [ { "type": "vcs", "url": "https://github.com/zaimealabs/metrics" } ]
php artisan vendor:publish --tag=metric
Run migrations to create matrics table in your database
php artisan migrate