trait CompilesHelpers

Methods

string
compileCsrf()

Compile the CSRF statements into valid PHP.

string
compileDd(string $arguments)

Compile the "dd" statements into valid PHP.

string
compileDump(string $arguments)

Compile the "dump" statements into valid PHP.

string
compileMethod(string $method)

Compile the method statements into valid PHP.

string
compileVite(string|null $arguments)

Compile the "vite" statements into valid PHP.

string
compileViteReactRefresh()

Compile the "viteReactRefresh" statements into valid PHP.

string
compileFonts(string|null $arguments)

Compile the "fonts" statements into valid PHP.

Details

at line 14
protected string compileCsrf()

Compile the CSRF statements into valid PHP.

Return Value

string

at line 22
protected string compileDd(string $arguments)

Compile the "dd" statements into valid PHP.

Parameters

string $arguments

Return Value

string

at line 30
protected string compileDump(string $arguments)

Compile the "dump" statements into valid PHP.

Parameters

string $arguments

Return Value

string

at line 38
protected string compileMethod(string $method)

Compile the method statements into valid PHP.

Parameters

string $method

Return Value

string

at line 46
protected string compileVite(string|null $arguments)

Compile the "vite" statements into valid PHP.

Parameters

string|null $arguments

Return Value

string

at line 58
protected string compileViteReactRefresh()

Compile the "viteReactRefresh" statements into valid PHP.

Return Value

string

at line 68
protected string compileFonts(string|null $arguments)

Compile the "fonts" statements into valid PHP.

Parameters

string|null $arguments

Return Value

string