wewillapp/format-response

This package is abandoned and no longer maintained. No replacement package was suggested.

fortmat response for Laravel framework

1.0.1 2020-03-16 05:08 UTC

This package is auto-updated.

Last update: 2020-10-16 07:35:50 UTC


README

Instruction

  1. Copy this code and paste in app\Exceptions\Handler.php
if ($request->wantsJson()) {
    return \Wewillapp\FormatResponse::render($exception);
}
  1. Add Alias in config/app.php
    "aliases" => [
        //aliases
        'FormatResponse' => \Wewillapp\FormatResponse::class
    ]

Copy © 2019 Wewillapp All right Reserved. Created by Natakorn Chanasumon