Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 468 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 468 Bytes

Transformer Package

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