Skip to content

Instantly share code, notes, and snippets.

View ullum's full-sized avatar
🏠
Working from home

Moh. Bahrul Ulum ullum

🏠
Working from home
View GitHub Profile
@galpratama
galpratama / ResponseFormatter.php
Created February 19, 2020 11:18
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',