PHPackages                             jobzmall/reportable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. jobzmall/reportable

ActiveLibrary[Framework](/categories/framework)

jobzmall/reportable
===================

Reportable Polymorphic Eloquent Models for Laravel 8

10.0.0(4y ago)14MPL-2.0PHPPHP ^8.0

Since Nov 4Pushed 4y agoCompare

[ Source](https://github.com/jobzmall-inc/laravel-reportable)[ Packagist](https://packagist.org/packages/jobzmall/reportable)[ RSS](/packages/jobzmall-reportable/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (20)Used By (0)

Laravel Reportable
==================

[](#laravel-reportable)

[![Build Status](https://camo.githubusercontent.com/a821d1e3880bd35dd3c12c79daac7d7a6d24de86d5573361277a4bba0bb9474b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6172746973616e72792f5265706f727461626c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/artisanry/Reportable)![PHP from Packagist](https://camo.githubusercontent.com/3ac518a9e7faca09a889c662d1eb63e7bc0549c21447cf08f95fcf9e1ea39b7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6172746973616e72792f7265706f727461626c652e7376673f7374796c653d666c61742d737175617265)[![Latest Version](https://camo.githubusercontent.com/4c39beb6466a799a4e95370b97bd4014ade539ac9b44b4f000ca552d25729587/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6172746973616e72792f5265706f727461626c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/artisanry/Reportable/releases)[![License](https://camo.githubusercontent.com/c4c03bb184b439c908c3b2f79b28ede852f6155a0dc3321119a2532a54dac830/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6172746973616e72792f5265706f727461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/artisanry/Reportable)

Installation
------------

[](#installation)

Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```
$ composer require artisanry/reportable
```

To get started, you'll need to publish the vendor assets and migrate:

```
php artisan vendor:publish --provider="Artisanry\Reportable\ReportableServiceProvider" && php artisan migrate

```

Usage
-----

[](#usage)

Setup a Model
-------------

[](#setup-a-model)

```
