07 2016 档案
读过的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
delete all untracked files
摘要:f file d directory x .gitignore 阅读全文
posted @ 2016-07-11 10:08 jzfan
自定义UserProvider,更改验证方法
摘要:新建UserProvider,如果继承EloquentUserProvider,注入model是必须的,或者去继承interface,自己实现一些方法 app\Providers\AuthServiceProvider.php 中进行注册 更改config/auth.php 阅读全文
posted @ 2016-07-07 17:18 jzfan
Laravel timestamps 设置为unix时间戳
摘要:Laravel timestamps 设置为unix时间戳 阅读全文
posted @ 2016-07-07 16:46 jzfan
批量更改int类型的timestamp字段to datetime
摘要:批量更改int类型的timestamp字段to datetime 1.创建datetime字段created_at 2.update 字段 阅读全文
posted @ 2016-07-07 16:40 jzfan