Skip to content

Instantly share code, notes, and snippets.

View muthiyumna's full-sized avatar

Aditya Pramono muthiyumna

View GitHub Profile
@muthiyumna
muthiyumna / ResponseFormatter.php
Created January 8, 2024 15:54 — forked from galpratama/ResponseFormatter.php
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',