Skip to content

Instantly share code, notes, and snippets.

View syaziman2020's full-sized avatar

Uray Syaziman Kesuma Wijaya syaziman2020

View GitHub Profile
@syaziman2020
syaziman2020 / ResponseFormatter.php
Created December 25, 2022 19:10 — forked from galpratama/ResponseFormatter.php
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',