Adding custom formatter to app.php Lumen not working
Open
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Registering a custom formatter through bootstrap/app.php is not working for Lumen. Is there anything else that needs to be added besides:
Dingo\Api\Http\Response::addFormatter('json', new Dingo\Api\Http\Response\Format\Jsonp);
Contributor guide
Assessment
This issue has not been assessed yet.