摘要: 上一篇讲了最基本的User验证,现在来讲一下Admin的验证。 先贴代码, 路由:routes/web.php加上以下代码, 中间件:修改 config/auth.php 配置如下, 控制器: app/Http/Controllers/Admin/AuthController.php 代替 app/ 阅读全文
posted @ 2017-08-29 00:46 程序生(Codey) 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 之前实现了一次,后来代码忘记放哪了,所以有跳了一次坑。 先贴上Laravel自带的验证代码: 路由:routes/web.php 中间件:config/auth.php(默认的用户认证配置文件auth.php,配置如下) 控制器: app/Http/Controllers/Auth/Register 阅读全文
posted @ 2017-08-29 00:17 程序生(Codey) 阅读(589) 评论(0) 推荐(0) 编辑