Skip to content

Instantly share code, notes, and snippets.

@titikkoma88
titikkoma88 / ResponseFormatter.php
Created July 26, 2021 03:36 — forked from galpratama/ResponseFormatter.php
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',