Download the PHP package inpin/lara-report without Composer
On this page you can find all versions of the php package inpin/lara-report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package lara-report
LaraReport
Trait for Laravel Eloquent models to allow easy implementation of a "user report" feature.
Composer Install (for Laravel 5.5 and above)
composer require inpin/lara-report
Install and then run the migrations
Setup your models
Sample Usage
Firstly it needs to be seeded in larareport_report_items
table.
the type
field is just for categorizing, I suggest to put your model morph name into it.
Report objects
Credits
- Mohammad Nourinik - http://inpinapp.com
All versions of lara-report with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/database Version >=5.0
illuminate/support Version >=5.0
laravel/framework Version >=5.5
illuminate/database Version >=5.0
illuminate/support Version >=5.0
laravel/framework Version >=5.5
The package inpin/lara-report contains the following files
Loading the files please wait ....