SystemInfoController
extends Controller
in package
Attributes
- #[Middleware]
- ['auth:sanctum', 'ability:' . \App\Models\TokenAbility::ACCESS_API->value, 'force.json']
- #[Prefix]
- '/system-info'
Table of Contents
Methods
- php() : mixed
- Get php info
- system() : mixed
- denyWithStatus() : mixed
- gateCheckExecuteJob() : mixed
- gateCheckViewDashboard() : mixed
- noContent() : mixed
Methods
php()
Get php info
public
php() : mixed
Tags
Attributes
- #[Get]
- '/'
- 'api.system-info.php'
system()
public
system() : mixed
Tags
Attributes
- #[Get]
- '/sys'
- 'api.system-info.sys'
denyWithStatus()
protected
denyWithStatus(string $message, int $status) : mixed
Parameters
- $message : string
- $status : int
gateCheckExecuteJob()
protected
gateCheckExecuteJob() : mixed
gateCheckViewDashboard()
protected
gateCheckViewDashboard() : mixed
noContent()
protected
noContent() : mixed