会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Sentiger
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
laravel
php使用装饰模式无侵入式加缓存
摘要:调用
阅读全文
posted @
2019-12-10 19:59
Sentiger
阅读(272)
评论(1)
推荐(0)
valet环境PHPstorm+xdebug调试
摘要:1.安装xdebug 2.配置xdebug 3.配置PHPstorm
阅读全文
posted @
2019-05-09 11:41
Sentiger
阅读(395)
评论(0)
推荐(0)
使用回调的方式实现中间件-laravel
摘要:$app = function ($request) { echo $request . "\n"; return "项目运行中....."; }; // 现在想在$app中加入一些额外的信息 $checkToken = function ($request, Closure $next) { echo "检测token中....\n"; $response =...
阅读全文
posted @
2018-12-11 16:41
Sentiger
阅读(590)
评论(0)
推荐(0)
公告