Require this package
composer require gwsn/lumen-transformer
After installing this package, add the ServiceProvider to the providers array in config/app.php
Gwsn\LumenTransformer\ServiceProvider::class,
After installing this package, add the ServiceProvider to the providers array in bootstrap/app.php
$app->register('Gwsn\LumenTransformer\ServiceProvider');