Download the PHP package nicklace/reportable without Composer
On this page you can find all versions of the php package nicklace/reportable. 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 reportable
Laravel Reportable
This package will allow you to add a full report system into your Laravel application.
Installation
First, pull in the package through Composer.
And then include the service provider within app/config/app.php
.
At last you need to publish and run the migration.
and
Setup a Model
Examples
The User Model reports the Post Model
Create a conclusion for a Report and add the User Model as "judge" (useful to later see who or what came to this conclusion)
Get the conclusion for the Report Model
Get the judge for the Report Model (only available if there is a conclusion)
Get an array with all Judges that have ever "judged" something
All versions of reportable with dependencies
PHP Build Version
Package Version
The package nicklace/reportable contains the following files
Loading the files please wait ....