Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 534 Bytes

auth.md

File metadata and controls

15 lines (12 loc) · 534 Bytes

Auth认证注解说明

  • auth用法文档

  • auth()具体说明
    auth()->attempt($credential); auth实例

    当使用auth()不传递参数时将使用默认的门卫配置选项,传递则使用用户选择的门卫配置
    选项 auth实例 auth实例 auth实例

    如果用户选择的门卫驱动是session则是返回
    Illuminate\Auth\SessionGuard 实例