Laravel 5 基础(十二)- 认证
摘要:
Laravel 出厂已经带有了用户认证系统,我们来看一下 `routes.php`,如果删除了,添加上:```Route::controllers([ 'auth' => 'Auth\AuthController', 'password' => 'Auth\PasswordControl... 阅读全文
posted @ 2015-04-07 10:29 Zhangjinglin 阅读(1463) 评论(1) 推荐(0) 编辑