Skip to content

Instantly share code, notes, and snippets.

View maikeru-desu's full-sized avatar
🍊
Trying to be the best.

Michael Joseph Gelvez maikeru-desu

🍊
Trying to be the best.
View GitHub Profile
@maikeru-desu
maikeru-desu / GitCommitEmoji.md
Created August 13, 2024 10:18 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@maikeru-desu
maikeru-desu / ApiResponse.php
Created July 21, 2024 08:40 — forked from jtelesforoantonio/ApiResponse.php
Trait API Responses for Laravel
<?php
namespace App\Traits;
use Illuminate\Http\JsonResponse;
use Symfony\Component\HttpFoundation\Response;
trait ApiResponses
{
/**