上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页
摘要: 阅读全文
posted @ 2016-08-24 17:01 jzfan 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Ffmpeg 阅读全文
posted @ 2016-08-17 13:46 jzfan 阅读(168) 评论(0) 推荐(0) 编辑
摘要: sudo add-apt-repository ppa:ondrej/php apt-get upgrade apt-get update 阅读全文
posted @ 2016-08-05 23:03 jzfan 阅读(323) 评论(0) 推荐(0) 编辑
摘要: $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) 编辑
摘要: 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) 编辑
摘要: f file d directory x .gitignore 阅读全文
posted @ 2016-07-11 10:08 jzfan 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 新建UserProvider,如果继承EloquentUserProvider,注入model是必须的,或者去继承interface,自己实现一些方法 app\Providers\AuthServiceProvider.php 中进行注册 更改config/auth.php 阅读全文
posted @ 2016-07-07 17:18 jzfan 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: Laravel timestamps 设置为unix时间戳 阅读全文
posted @ 2016-07-07 16:46 jzfan 阅读(2902) 评论(0) 推荐(0) 编辑
摘要: 批量更改int类型的timestamp字段to datetime 1.创建datetime字段created_at 2.update 字段 阅读全文
posted @ 2016-07-07 16:40 jzfan 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 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 下一页