Skip to content

Instantly share code, notes, and snippets.

View if1024's full-sized avatar

Yu if1024

  • Chengdu, China
View GitHub Profile
@Hanson
Hanson / WechatSubscribe.php
Last active January 25, 2018 02:34
laravel easyWeChat 微信公众号是否关注中间件
<?php
namespace App\Http\Middleware;
use App\Jobs\SaveWechatUser;
use Closure;
use WechatService;
class WechatSubscribe
{
@barryvdh
barryvdh / _ide_helper.php
Last active October 8, 2025 16:44
Laravel IDE Helper for Netbeans / PhpStorm / Sublime Text 2 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.5.13 on 2017-09-28.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
exit("This file should not be included, only analyzed by your IDE");