wewillapp / format-response
fortmat response for Laravel framework
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wewillapp/format-response
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2020-10-16 07:35:50 UTC
README
Instruction
- Copy this code and paste in
app\Exceptions\Handler.php
if ($request->wantsJson()) { return \Wewillapp\FormatResponse::render($exception); }
- Add Alias in
config/app.php
"aliases" => [ //aliases 'FormatResponse' => \Wewillapp\FormatResponse::class ]
Copy © 2019 Wewillapp All right Reserved. Created by Natakorn Chanasumon