Skip to content

Instantly share code, notes, and snippets.

View mazmuz's full-sized avatar

Mustiko Aji mazmuz

  • Universitas Prasetiya Mulya
  • BSD City
View GitHub Profile
@mazmuz
mazmuz / ResponseFormatter.php
Created August 28, 2022 01:47 — forked from galpratama/ResponseFormatter.php
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',