solbeg/laravel-mapper
Laravel extension. Wrapper for your models for working with hierarchical structure and/or mapping one attributes to another.
10
1
| Install | |
|---|---|
composer require solbeg/laravel-mapper |
|
| Latest Version: | 1.0.0 |
| PHP: | >=5.5.9 |
| Last Updated: | Nov 4, 2016 |
| Links: | GitHub · Packagist |
Maintainer: corp@solbeg.com
Description
Laravel extension. Wrapper for your models for working with hierarchical structure and/or mappingone attributes to another.
Requirements
- PHP >= 5.5.9
- Laravel Framework 5.2.* or 5.3.*
Installation
The best way to install this plugin is using Composer.
To install the most recent version, run the following command:
$ php composer.phar require solbeg/laravel-mapper
Usage
WIP