PHPackages                             idevin/reviewable - 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. idevin/reviewable

ActiveLibrary[Framework](/categories/framework)

idevin/reviewable
=================

Reviewable Polymorphic Eloquent Models for Laravel 5

10.0(3y ago)012MPL-2.0PHPPHP &gt;=8.0

Since Nov 4Pushed 3y agoCompare

[ Source](https://github.com/idevin/laravel-reviewable)[ Packagist](https://packagist.org/packages/idevin/reviewable)[ RSS](/packages/idevin-reviewable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (28)Used By (0)

Laravel Reviewable
==================

[](#laravel-reviewable)

[![Build Status](https://camo.githubusercontent.com/bdb874c7876ed13b58212853155bdc237b517792f47f8ed1d10e53b8b8cfcaba/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6172746973616e72792f52657669657761626c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/artisanry/Reviewable)![PHP from Packagist](https://camo.githubusercontent.com/fd1de578df612ed05e4f8a5d5174f01c1e4fab928b5c2266aa344e12dae7d5f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6172746973616e72792f72657669657761626c652e7376673f7374796c653d666c61742d737175617265)[![Latest Version](https://camo.githubusercontent.com/cc799d464a71edaf0d689978997f72c39647b2de31fa50046dc4b1147199f804/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6172746973616e72792f52657669657761626c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/artisanry/Reviewable/releases)[![License](https://camo.githubusercontent.com/3d20308319dc7f43a6e521440aba09d19f11dc676a87406f4a57d5c267ef3046/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6172746973616e72792f52657669657761626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/artisanry/Reviewable)

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

[](#installation)

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

```
$ composer require artisanry/reviewable
```

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

```
php artisan vendor:publish --provider="Artisanry\Reviewable\ReviewableServiceProvider" && php artisan migrate

```

Usage
-----

[](#usage)

### Setup a Model

[](#setup-a-model)

```
