This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Middleware: | |
// app\Http\Middleware\Log4php.php | |
namespace App\Http\Middleware; | |
use Closure; | |
class Log4php | |
{ |
NewerOlder