Skip to content

Instantly share code, notes, and snippets.

View t301000's full-sized avatar

林士立 t301000

  • 育林國中
  • New Taipei City
View GitHub Profile
@t301000
t301000 / PjaxMiddleware.php
Created October 12, 2015 03:49 — forked from JeffreyWay/PjaxMiddleware.php
Laravel middleware for working with pjax.
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Symfony\Component\DomCrawler\Crawler;
class PjaxMiddleware
@t301000
t301000 / 0_reuse_code.js
Created November 26, 2015 15:56
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