class HelperController extends WebController

内容生成器

Traits

DispatchesJobs
ValidatesRequests

Properties

static array $permission from  Controller
protected int $pagesize pagesize from  Controller
protected string $ip ip from  Controller
protected Carbon $now now from  Controller
protected string|null $route route from  Controller
protected string|null $title title from  Controller

Methods

__construct()

Controller constructor.

void
withViews()

No description

void
seo(mixed ...$args)

seo

Authenticatable|PamAccount
pam()

当前用户

Authenticatable|PamAccount
jwtPam()

当前用户

env()

主页

image()

No description

tree()

No description

void
imgStr()

No description

void
imgBmp()

No description

form()

No description

Details

in WebController at line 18
__construct()

Controller constructor.

in Controller at line 69
protected void withViews()

No description

Return Value

void

in Controller at line 94
protected void seo(mixed ...$args)

seo

Parameters

mixed ...$args args

Return Value

void

in WebController at line 28
Authenticatable|PamAccount pam()

当前用户

Return Value

Authenticatable|PamAccount

in WebController at line 37
Authenticatable|PamAccount jwtPam()

当前用户

Return Value

Authenticatable|PamAccount

at line 24
env()

主页

at line 29
image()

No description

at line 34
tree()

No description

at line 40
void imgStr()

No description

Return Value

void

at line 45
void imgBmp()

No description

Return Value

void

at line 53
Content form()

No description

Return Value

Content