Skip to content

Instantly share code, notes, and snippets.

View nuhptr's full-sized avatar
:octocat:
Coding

Adi Nugraha Putra nuhptr

:octocat:
Coding
View GitHub Profile
@nuhptr
nuhptr / ResponseFormatter.php
Created February 13, 2023 12:28 — forked from galpratama/ResponseFormatter.php
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',