Skip to content

Instantly share code, notes, and snippets.

View RohmanBenyRiyanto's full-sized avatar
🤚
Mobile Developer

Rohman Beny Riyanto RohmanBenyRiyanto

🤚
Mobile Developer
View GitHub Profile
@RohmanBenyRiyanto
RohmanBenyRiyanto / ResponseFormatter.php
Created December 13, 2021 18:23 — forked from galpratama/ResponseFormatter.php
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',