"라라벨 파사드 Auth"의 두 판 사이의 차이

18번째 줄: 18번째 줄:


==같이 보기==
==같이 보기==
* [[라라벨 미들웨어 Authenticate]]
* [[라라벨 Facade]]
* [[라라벨 Facade]]


[[분류: Illuminate\Support\Facades]]
[[분류: Illuminate\Support\Facades]]

2016년 8월 22일 (월) 18:35 판

1 개요

라라벨 파사드 Auth
라라벨 Auth
<?php

namespace Illuminate\Support\Facades;

class Auth extends Facade
{
    protected static function getFacadeAccessor()
    {
        return 'auth';
    }
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}