Skip to content

Instantly share code, notes, and snippets.

View sirawitpra's full-sized avatar

Sirawit Praditkul sirawitpra

View GitHub Profile
<?php
namespace Illuminate\Foundation\Http\Middleware;
class ConvertEmptyStringsToNull extends TransformsRequest
{
/**
* Transform the given value.
*
* @param string $key
@sirawitpra
sirawitpra / ConvertEmptyStringsToNull.php
Last active April 24, 2017 08:01
Laravel 5.4 awesome middleware
<?php
namespace Illuminate\Foundation\Http\Middleware;
class ConvertEmptyStringsToNull extends TransformsRequest
{
/**
* Transform the given value.
*
* @param string $key
@sirawitpra
sirawitpra / 0_reuse_code.js
Created October 25, 2013 10:31
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