会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jzfan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
2016年8月24日
video
摘要:
阅读全文
posted @ 2016-08-24 17:01 jzfan
阅读(139)
评论(0)
推荐(0)
编辑
2016年8月17日
Ffmpeg
摘要: Ffmpeg
阅读全文
posted @ 2016-08-17 13:46 jzfan
阅读(168)
评论(0)
推荐(0)
编辑
2016年8月5日
ubuntu apt-get install php
摘要: sudo add-apt-repository ppa:ondrej/php apt-get upgrade apt-get update
阅读全文
posted @ 2016-08-05 23:03 jzfan
阅读(323)
评论(0)
推荐(0)
编辑
2016年8月4日
jwt refresh token
摘要: $app->post('auth/refresh-token', ['middleware' => 'jwt.refresh', function() { try { $old_token = JWTAuth::getToken(); $token = JWTAuth::refresh($old_token); JWTA...
阅读全文
posted @ 2016-08-04 22:58 jzfan
阅读(2972)
评论(0)
推荐(0)
编辑
2016年7月15日
读过的laravel文章
摘要: Laravel 5 中使用 JWT(Json Web Token) 实现基于API的用户认证 http://www.tuicool.com/articles/IRJnaa api token https://andrew.cool/blog/64/How-to-use-API-tokens-for-authentication-in-Laravel-5-2 https://gistlog...
阅读全文
posted @ 2016-07-15 09:51 jzfan
阅读(138)
评论(0)
推荐(0)
编辑
2016年7月11日
delete all untracked files
摘要: f file d directory x .gitignore
阅读全文
posted @ 2016-07-11 10:08 jzfan
阅读(155)
评论(0)
推荐(0)
编辑
2016年7月7日
自定义UserProvider,更改验证方法
摘要: 新建UserProvider,如果继承EloquentUserProvider,注入model是必须的,或者去继承interface,自己实现一些方法 app\Providers\AuthServiceProvider.php 中进行注册 更改config/auth.php
阅读全文
posted @ 2016-07-07 17:18 jzfan
阅读(1386)
评论(0)
推荐(0)
编辑
Laravel timestamps 设置为unix时间戳
摘要: Laravel timestamps 设置为unix时间戳
阅读全文
posted @ 2016-07-07 16:46 jzfan
阅读(2902)
评论(0)
推荐(0)
编辑
批量更改int类型的timestamp字段to datetime
摘要: 批量更改int类型的timestamp字段to datetime 1.创建datetime字段created_at 2.update 字段
阅读全文
posted @ 2016-07-07 16:40 jzfan
阅读(370)
评论(0)
推荐(0)
编辑
2016年6月29日
faker image
摘要: http://placehold.it http://placekitten.com/g/200/300 带文字 https://placeholdit.imgix.net/~text?txtsize=50&txt=logo&w=110&h=110&txttrack=0 cat http://pla
阅读全文
posted @ 2016-06-29 17:37 jzfan
阅读(237)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页