PHPackages                             lifeids/rewardable - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lifeids/rewardable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lifeids/rewardable
==================

Credits, Badges and Ranks for Eloquent Models for Laravel 5

00PHP

Since Mar 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lifeids/Rewardable)[ Packagist](https://packagist.org/packages/lifeids/rewardable)[ RSS](/packages/lifeids-rewardable/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Rewardable
==========

[](#rewardable)

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

[](#installation)

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

```
$ composer require lifeids/rewardable
```

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

```
php artisan vendor:publish --provider="Lifeids\Rewardable\RewardableServiceProvider" && php artisan migrate

```

Usage
-----

[](#usage)

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

[](#setup-a-model)

```
