Skip to content

Instantly share code, notes, and snippets.

View abuahmadsp's full-sized avatar

SUPIANDI abuahmadsp

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