PHPackages                             mookofe/laravel-support - 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. mookofe/laravel-support

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

mookofe/laravel-support
=======================

Awesome enhancements for your current Laravel Models, Collections and more.

v1.0.1(10y ago)3121[1 issues](https://github.com/mookofe/laravel-support/issues)MITPHPPHP &gt;=5.4.7

Since Jul 19Pushed 10y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (3)Used By (0)

mookofe/laravel-support
=======================

[](#mookofelaravel-support)

Awesome enhancements for your current Laravel Models, Collections.

[![Build Status](https://camo.githubusercontent.com/4cd65844735ed37ea9365d5632d8ea88a291a1172dc6e60b58c42a70ec34c68d/68747470733a2f2f7472617669732d63692e6f72672f6d6f6f6b6f66652f6c61726176656c2d737570706f72742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mookofe/laravel-support)[![Latest Stable Version](https://camo.githubusercontent.com/657840b4f0c378b377ea158df9a448a055a22559133e1fb7137e8605e66559ca/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6f6b6f66652f6c61726176656c2d737570706f72742f762f737461626c652e737667)](https://packagist.org/packages/mookofe/laravel-support)[![License](https://camo.githubusercontent.com/2e616afc54e01d17ae2a12697bfa2b4ccdbc962554e83efea2066f7c53eac005/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6f6b6f66652f6c61726176656c2d737570706f72742f6c6963656e73652e737667)](https://packagist.org/packages/mookofe/laravel-support)

Features
--------

[](#features)

- Simple setup
- Awesome new features for your current Models
- New features for your Collections

Requirements
------------

[](#requirements)

- illuminate/support: 5.\*

Version
-------

[](#version)

1.0.1

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

[](#installation)

**Preparation**

Open your composer.json file and add the following to the require array:

```
"mookofe/laravel-support": "1.*"
```

**Install dependencies**

```
$ php composer install

```

Or

```
$ php composer update
```

Integration
-----------

[](#integration)

Change inheritance on your models, instead of using the default Eloquent Model change as follow:

```
