Skip to content

Instantly share code, notes, and snippets.

View arctanziru's full-sized avatar
🎯
Focusing

Ahmad Sultani Dayanullah arctanziru

🎯
Focusing
View GitHub Profile
@arctanziru
arctanziru / ResponseFormatter.php
Created February 11, 2023 23: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',