App\Http\Controllers\AdminWebController::home PHP 메소드

home() 공개 메소드

Show admin dashboard.
public home ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response
    public function home()
    {
        return $this->theme->of($this->getView('home'))->render();
    }