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