Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zerogodforce on github.
  • I am buckman (https://keybase.io/buckman) on keybase.
  • I have a public key ASCDIPzyndt-ZzPuQ4zx1IiGCsyKwBqz0PbJAZe_SRzXTgo

To claim this, I am signing this object:

@ZeroGodForce
ZeroGodForce / HasUuid.php
Last active April 17, 2024 06:30
HasUuid Trait for Laravel
<?php
namespace App\Traits;
use Illuminate\Support\Str;
use Illuminate\Support\Facades\App;
trait HasUuid
{
/**
@ZeroGodForce
ZeroGodForce / 0_reuse_code.js
Last active August 29, 2015 14:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ZeroGodForce
ZeroGodForce / 0_reuse_code.js
Created July 10, 2014 08:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console