gwsn/lumen-transformer

Data Transformer for Lumen and Laravel

dev-master 2018-03-24 14:12 UTC

This package is auto-updated.

Last update: 2024-03-14 22:14:17 UTC


README

Installation

Require this package

composer require gwsn/lumen-transformer

Laravel

After installing this package, add the ServiceProvider to the providers array in config/app.php

Gwsn\LumenTransformer\ServiceProvider::class,

Lumen

After installing this package, add the ServiceProvider to the providers array in bootstrap/app.php

$app->register('Gwsn\LumenTransformer\ServiceProvider');

Usage Examples