class EnvHelperController extends WebController

Traits

DispatchesJobs
ValidatesRequests

Properties

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

Methods

__construct()

Controller constructor.

withViews()

No description

seo(mixed ...$args)

seo

Authenticatable|PamAccount
pam()

当前用户

Authenticatable|PamAccount
jwtPam()

当前用户

index($type)

No description

Details

in WebController at line 16
__construct()

Controller constructor.

in Controller at line 67
protected withViews()

No description

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

seo

Parameters

mixed ...$args args

in WebController at line 26
Authenticatable|PamAccount pam()

当前用户

Return Value

Authenticatable|PamAccount

in WebController at line 35
Authenticatable|PamAccount jwtPam()

当前用户

Return Value

Authenticatable|PamAccount

at line 13
index($type)

No description

Parameters

$type