Skip to content

Instantly share code, notes, and snippets.

View goodjack's full-sized avatar
:octocat:
嗨~

小克 goodjack

:octocat:
嗨~
View GitHub Profile
### brew list ###
android-platform-tools gobject-introspection libxml2 pixman
atk graphite2 little-cms pkg-config
atkmm graphviz little-cms2 poppler
autoconf gsettings-desktop-schemas lua popt
autojump gsl lzlib potrace
automake gtk+ mcrypt protobuf
bdw-gc gtkmm memcached pyenv
boost harfbuzz mhash python
@goodjack
goodjack / log4php-for-laravel.php
Last active August 11, 2017 09:45 — forked from technoknol/log4php-for-laravel.php
Working log4php in Laravel (5.4)
<?php
// Middleware:
// app\Http\Middleware\Log4php.php
namespace App\Http\Middleware;
use Closure;
class Log4php
{