Download the PHP package jobzmall/reportable without Composer
On this page you can find all versions of the php package jobzmall/reportable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jobzmall/reportable
More information about jobzmall/reportable
Files in jobzmall/reportable
Download jobzmall/reportable
More information about jobzmall/reportable
Files in jobzmall/reportable
Vendor jobzmall
Package reportable
Short Description Reportable Polymorphic Eloquent Models for Laravel 8
License MPL-2.0
Package reportable
Short Description Reportable Polymorphic Eloquent Models for Laravel 8
License MPL-2.0
Please rate this library. Is it a good library?
Informations about the package reportable
Laravel Reportable
Installation
Require this package, with Composer, in the root directory of your project.
To get started, you'll need to publish the vendor assets and migrate:
Usage
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
Get unjudged reports (those without conclusions)
Changing the user reporter model
Testing
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
This project exists thanks to all the people who contribute.
License
Mozilla Public License Version 2.0 (MPL-2.0).
All versions of reportable with dependencies
PHP Build Version
Package Version
The package jobzmall/reportable contains the following files
Loading the files please wait ....